Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
cpesch committed Jul 8, 2024
1 parent 26a626a commit 953dc8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void mouseClicked(MouseEvent me) {
}

String featuredTo = getFeature("featured-to");
print if (featuredTo != null) {
if (featuredTo != null) {
labelFeature.setText(format(RouteConverter.getBundle().getString("featured-to"), featuredTo));
labelFeature.setVisible(true);
}
Expand Down

0 comments on commit 953dc8c

Please sign in to comment.