JAL-1988 JAL-3772 removed a debugging log line
[jalview.git] / 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)