summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 08:35:56 -0500
committerJeff Carr <[email protected]>2025-09-04 08:35:56 -0500
commitd44e359d70e1d68955fe7d60841f8aa851466456 (patch)
tree915b37b0c85e3c8cad5ea36f2566a013fcfce4ea /init.go
parent15fbb15da8393962b1b6df824bc141caa464c57d (diff)
moved to fhelp
Diffstat (limited to 'init.go')
-rw-r--r--init.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/init.go b/init.go
index 6e11710..3806352 100644
--- a/init.go
+++ b/init.go
@@ -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"))
})
}