#38 oops
authorKevin Lamonte <Kevin.Lamonte@honeywell.com>
Thu, 28 Feb 2019 22:01:25 +0000 (16:01 -0600)
committerKevin Lamonte <Kevin.Lamonte@honeywell.com>
Thu, 28 Feb 2019 22:01:25 +0000 (16:01 -0600)
src/jexer/backend/ECMA48Terminal.java

index 92758ee6a65e096072af59d53c5bca973f8469c0..afd153579e961c9637412a32faf73792394ac85f 100644 (file)
@@ -1475,7 +1475,7 @@ public class ECMA48Terminal extends LogicalScreen
         // TODO: pass an event up to TApplication to tell it this Backend is
         // done.
 
-        System.err.println("*** run() exiting..."); System.err.flush();
+        // System.err.println("*** run() exiting..."); System.err.flush();
     }
 
     // ------------------------------------------------------------------------