summaryrefslogtreecommitdiff
path: root/cmds/debug/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/debug/main.go')
-rw-r--r--cmds/debug/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/debug/main.go b/cmds/debug/main.go
index c0df70b..375ccae 100644
--- a/cmds/debug/main.go
+++ b/cmds/debug/main.go
@@ -17,7 +17,7 @@ import (
func main() {
log.Println("Starting my Control Panel")
- gui.Init()
+// gui.Init()
// go gui.Main(helloworld)
go gui.Main(gui.DebugWindow)
// go gui.DemoToolkitWindow()