summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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()