summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-20 05:50:38 -0500
committerJeff Carr <[email protected]>2025-10-20 05:50:38 -0500
commit8a24584262a90956e012cee7b03c8c2b9f4b794c (patch)
tree8b7d0afd04e717d7c07da5eb2894debd74ec2307 /init.go
parentb6e93c08d601a7a6c27a0fdcdf98f6cb7dc9ccd8 (diff)
reworking this to make it more sane. hopefully.
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 93ebeab..a2c146a 100644
--- a/init.go
+++ b/init.go
@@ -46,7 +46,6 @@ func Init(appname, version, buildtime string, fromargv []string) error {
return err
}
fmt.Println("config.Init()", err)
- // panic("config")
return err
}