summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.go b/config.go
index fd2f94e..cff71be 100644
--- a/config.go
+++ b/config.go
@@ -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() {
-}