summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.go b/init.go
index 5ec40ff..fee4078 100644
--- a/init.go
+++ b/init.go
@@ -13,7 +13,6 @@ func Init(dest any, APPNAME string, anyString string, VERSION string) {
me = new(AutoType)
PB = new(Argv)
me.all = NewArgvs()
- me.debug = true
// set the start time of the binary
now := time.Now()