diff options
| author | Jeff Carr <[email protected]> | 2025-01-08 10:11:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-08 10:11:17 -0600 |
| commit | f9dd82cdcc6db632bfdecf2623e7e1486a37c6b3 (patch) | |
| tree | afb822a45cc63ae13c879c0bd644aee5ec9c868a /init.go | |
| parent | 4f84a4e584ff49f4351c236df633f1c690ccbda5 (diff) | |
work on new protobuf for patchsets
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) } |
