We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77345d4 commit 6425663Copy full SHA for 6425663
1 file changed
src/main/java/fiji/plugin/trackmate/gui/GuiUtils.java
@@ -342,7 +342,6 @@ public void hyperlinkUpdate( final HyperlinkEvent hle )
342
{
343
if ( HyperlinkEvent.EventType.ACTIVATED.equals( hle.getEventType() ) )
344
345
- System.out.println( hle.getURL() );
346
final Desktop desktop = Desktop.getDesktop();
347
try
348
0 commit comments