summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-08 10:11:17 -0600
committerJeff Carr <[email protected]>2025-01-08 10:11:17 -0600
commitf9dd82cdcc6db632bfdecf2623e7e1486a37c6b3 (patch)
treeafb822a45cc63ae13c879c0bd644aee5ec9c868a /init.go
parent4f84a4e584ff49f4351c236df633f1c690ccbda5 (diff)
work on new protobuf for patchsets
Diffstat (limited to 'init.go')
-rw-r--r--init.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.go b/init.go
index 644ee74..c58629d 100644
--- a/init.go
+++ b/init.go
@@ -107,10 +107,10 @@ func (f *Forge) SetConfigSave(b bool) {
// saves the config if there have been changes
func (f *Forge) Exit() {
- log.Info("forge.configSave =", f.configSave)
+ // log.Info("forge.configSave =", f.configSave)
if f.configSave {
f.ConfigSave()
}
- log.Info("forge.Exit() ok")
+ // log.Info("forge.Exit() ok")
os.Exit(0)
}