JAL-4397 Removed debugging statement
authorBen Soares <b.soares@dundee.ac.uk>
Sat, 27 Apr 2024 21:22:01 +0000 (22:22 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Sat, 27 Apr 2024 21:22:01 +0000 (22:22 +0100)
test/jalview/project/Jalview2xmlTests.java

index 98fa627..302efdc 100644 (file)
@@ -1769,8 +1769,6 @@ public class Jalview2xmlTests extends Jalview2xmlBase
     double scaling = jalview.gui.JvSwingUtilsTest.getScaling(af.alignPanel);
     int expectedWidth = Platform.isMac() ? 144
             : Platform.isLinux() ? scaling == 1.0 ? 131 : 128 : 138;
-    System.err.println("##### scaling=" + scaling + ", idWidth=" + idWidth
-            + ", expectedWidth=" + expectedWidth);
     assertEquals(idWidth, expectedWidth,
             "Legacy project import should have fixed ID width");
     assertTrue(