okay something
This commit is contained in:
parent
860290fc26
commit
14bd2c4b0e
5
main.go
5
main.go
|
@ -251,11 +251,8 @@ func main() {
|
||||||
me.forge.CheckDirty()
|
me.forge.CheckDirty()
|
||||||
|
|
||||||
me.myGui.Start() // loads the GUI toolkit
|
me.myGui.Start() // loads the GUI toolkit
|
||||||
|
|
||||||
doGui() // start making our forge GUI
|
doGui() // start making our forge GUI
|
||||||
|
debug() // sits here forever
|
||||||
// sits here forever
|
|
||||||
debug()
|
|
||||||
}
|
}
|
||||||
// got to the end with nothing to do (?)
|
// got to the end with nothing to do (?)
|
||||||
if dumpWorkRepos() {
|
if dumpWorkRepos() {
|
||||||
|
|
Loading…
Reference in New Issue