Undid enabling HighLevelStateDebugShell a few commits ago
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 18 Aug 2019 19:40:59 +0000 (21:40 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Sun, 18 Aug 2019 19:41:23 +0000 (21:41 +0200)
net.mograsim.logic.model/src/net/mograsim/logic/model/LogicUICanvas.java

index 8db8578..11e4634 100644 (file)
@@ -35,7 +35,7 @@ import net.mograsim.preferences.Preferences;
  */
 public class LogicUICanvas extends ZoomableCanvas
 {
-       private static final boolean OPEN_DEBUG_SETHIGHLEVELSTATE_SHELL = true;
+       private static final boolean OPEN_DEBUG_SETHIGHLEVELSTATE_SHELL = false;
 
        private final ViewModel model;