diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -3,8 +3,6 @@ package forgepb import ( - "os" - "go.wit.com/lib/config" "go.wit.com/lib/gui/prep" "go.wit.com/log" @@ -65,10 +63,6 @@ func (cfg *ForgeConfigs) DumpENV() { } log.Infof("CfgPB.Mode = %s\n", cfg.Mode) // log.Infof("CfgPB.Hostname=%s\n", cfg.Hostname) - - if cfg.ReposPB != os.Getenv("FORGE_REPOSPB") { - log.Infof("CfgPB file problem: cfg.ReposPB=%s != FORGE_REPOSPB=%s\n", cfg.ReposPB, os.Getenv("FORGE_REPOSPB")) - } } /* @@ -81,6 +75,3 @@ func (cfg *ForgeConfigs) DumpENV() { f.SetConfigSave(true) } */ - -func (cfg *ForgeConfigs) InitDefaults() { -} |
