summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 23:51:52 -0500
committerJeff Carr <[email protected]>2025-09-26 23:51:52 -0500
commit330c011b4d16cc4571f46172c047ba4b057a43cd (patch)
tree208aed80fc47044f415ecea430a53e79f5909321
parent21f2a98121f4d141512fae8ef15efbf6748a1b37 (diff)
move this to forge main()v0.0.155
-rw-r--r--init.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.go b/init.go
index 4e2f02a..bb20842 100644
--- a/init.go
+++ b/init.go
@@ -45,10 +45,6 @@ func Init() *Forge {
f.Config.ConfigSave()
}
f.initFromConfig()
- if f.Config.Mode == ForgeMode_MASTER {
- log.Printf("forge.Init() %s len()=%d\n", f.Config.Filename, f.Repos.Len())
- f.Config.DumpENV()
- }
return f
}