diff options
| -rw-r--r-- | main.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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() { |
