summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
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 72100df..4d1c208 100644
--- a/init.go
+++ b/init.go
@@ -78,7 +78,6 @@ func Init() *Forge {
if f.configSave {
// taking this out to debug Marshal() panic
- // os.Exit(-1)
f.ConfigSave()
f.configSave = false
}