JAL-1988 JAL-3772 removed a debugging log line
authorBen Soares <b.soares@dundee.ac.uk>
Sat, 29 Oct 2022 18:38:23 +0000 (19:38 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Sat, 29 Oct 2022 18:38:23 +0000 (19:38 +0100)
src/jalview/jbgui/QuitHandler.java

index 0d73006..7b5be98 100644 (file)
@@ -146,7 +146,6 @@ public class QuitHandler
               + (confirmQuit ? "" : "not ") + "confirming quit");
     }
     got = confirmQuit ? QResponse.NULL : QResponse.QUIT;
-    Console.debug("initial calculation, got=" + got);
     setResponse(got);
 
     if (confirmQuit)