Merge branch 'releases/Release_2_10_Branch' into develop
[jalview.git] / src / jalview / gui / AppJmol.java
index 24604ed..021a004 100644 (file)
@@ -381,10 +381,7 @@ public class AppJmol extends StructureViewerBase
       scriptWindow.setVisible(false);
     }
 
-    /*
-     * -i for no info logging (less verbose)
-     */
-    jmb.allocateViewer(renderPanel, true, "", null, null, "-i",
+    jmb.allocateViewer(renderPanel, true, "", null, null, "",
             scriptWindow, null);
     // jmb.newJmolPopup("Jmol");
     if (command == null)