moved to fhelp

This commit is contained in:
Jeff Carr 2025-09-04 08:35:56 -05:00
parent 15fbb15da8
commit d44e359d70
1 changed files with 0 additions and 7 deletions

View File

@ -172,13 +172,6 @@ func (f *Forge) setenv() {
if os.Getenv("FORGE_GOWORK") == "true" {
f.goWork = true
}
log.Printf("FORGE_CONFIG = %s\n", f.configDir)
log.Printf("FORGE_GOSRC = %s\n", f.goSrc)
log.Printf("FORGE_GOWORK = %v\n", f.goWork)
log.Printf("FORGE_REPOPB = %s\n", f.repoPB)
log.Printf("FORGE_URL = %s\n", f.forgeURL)
log.Printf("FORGE_PATCHDIR = %s\n", f.patchDir)
log.Printf("HOSTNAME = %s\n", os.Getenv("HOSTNAME"))
})
}