summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 00:49:35 -0500
committerJeff Carr <[email protected]>2025-10-14 00:49:35 -0500
commit96378c70293b7367f43e630a8d334c19f701b4db (patch)
tree8460d772f069a3e7e30e1bd29786ce23afa32e8e /init.go
parentfc17dc394aedbc5fd636676202bad40c1f98c1de (diff)
make config.Set(key, value)v0.0.22
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.go b/init.go
index eb5afbe..93ebeab 100644
--- a/init.go
+++ b/init.go
@@ -66,10 +66,6 @@ func makeNewConfigFile(appname string) error {
newvar.Value = "protobufs are neat"
configPB.Clone(newvar)
- newvar.Key = "Verbose"
- newvar.Value = "true"
- configPB.Clone(newvar)
-
// writes the config file to disk
err = Save()
return err