Skip to content

Commit

Permalink
Remove println(...) statement that was probably added unintentionally
Browse files Browse the repository at this point in the history
  • Loading branch information
maarzt committed Apr 16, 2024
1 parent 25e041f commit edb5dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/mastodon/model/tag/ui/TagSetDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public TagSetStructure getTagSetStructure()
@Override
public void setTagSetStructure( final TagSetStructure tagSetStructure )
{
System.out.println( "TagSetDialog.setTagSetStructure" );
model.setTagSetStructure( tagSetStructure );
undoPointMarker.setUndoPoint();
}
Expand Down

0 comments on commit edb5dc5

Please sign in to comment.