summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-12 21:52:48 -0600
committerJeff Carr <[email protected]>2024-02-12 21:52:48 -0600
commitc9f149bcb2ad96f08f3464639517e48a5c3cbdde (patch)
tree7308057172a932040d654bf86fdfb07308512d6c /main.go
parent4348b1636cea0484f9554baf9ff2e1ab2ed9cf72 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/main.go b/main.go
index 78884ef..b88749c 100644
--- a/main.go
+++ b/main.go
@@ -26,14 +26,6 @@ func main() {
println("go-deb --repo go.wit.com/apps/helloworld")
os.Exit(0)
}
- if debugger.ArgDebug() {
- log.SetAll(true)
- log.ShowFlags()
- }
- if args.TmpLog {
- // send all log() output to a file in /tmp
- log.SetTmp()
- }
myGui = gui.New()
myGui.Default()