diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -27,24 +27,12 @@ func main() { log.SetAll(true) log.ShowFlags() } - if args.TmpLog { - // send all log() output to a file in /tmp - log.SetTmp() - } myGui = gui.New() myGui.Default() helloworld() basicWindow = makebasicWindow() - // run the debugger if triggered from the commandline - if debugger.ArgDebug() { - go func() { - log.Sleep(2) - debugger.DebugWindow() - }() - } - // go will sit here until the window exits gui.Watchdog() } |
