summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-29 00:48:05 -0500
committerJeff Carr <[email protected]>2025-10-29 00:48:05 -0500
commit2d5174830aead2aa4e8dcbbb4de78a122d38835d (patch)
treeaf540d49f867e506b9ade514afcde2b552194981 /init.go
parentf3fa28a0a093c3e22ecacac914854523545d94f3 (diff)
didn't roll the PB version. damnit. wasted time.
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()