summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.go b/main.go
index 8074c38..940c3bf 100644
--- a/main.go
+++ b/main.go
@@ -251,11 +251,8 @@ func main() {
me.forge.CheckDirty()
me.myGui.Start() // loads the GUI toolkit
-
doGui() // start making our forge GUI
-
- // sits here forever
- debug()
+ debug() // sits here forever
}
// got to the end with nothing to do (?)
if dumpWorkRepos() {