diff options
| author | Jeff Carr <[email protected]> | 2024-02-12 10:14:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-12 10:14:50 -0600 |
| commit | bc01313a04ddb0cfe5eae72a0e04995765a53c84 (patch) | |
| tree | 3c4b6a8fb779eb2c61c6216137d697ba7ed89705 /main.go | |
| parent | 0949113167e0b37a4ba35637c3f6f6a2d0d14e8d (diff) | |
Signed-off-by: Jeff Carr <[email protected]>
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() } |
