diff options
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) } |
