JAL-3247 Code changes to getdown. Double click open of .jvp files in Windows and...
[jalview.git] / getdown / src / getdown / launcher / src / main / java / com / threerings / getdown / launcher / GetdownApp.java
index f632b65..32890fa 100644 (file)
@@ -93,13 +93,11 @@ public class GetdownApp
 
     try
     {
-      log.info("**** Registering i4j StartupNotification Listener");
       StartupNotification.registerStartupListener(
               new StartupNotification.Listener() {
                 @Override
                 public void startupPerformed(String parameters)
                 {
-                  log.info("**** adding startup parameters '"+parameters+"'");
                   GetdownApp.setStartupFilesParameterString(parameters);
                 }
               });