diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 08:35:56 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 08:35:56 -0500 |
| commit | d44e359d70e1d68955fe7d60841f8aa851466456 (patch) | |
| tree | 915b37b0c85e3c8cad5ea36f2566a013fcfce4ea /init.go | |
| parent | 15fbb15da8393962b1b6df824bc141caa464c57d (diff) | |
moved to fhelp
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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")) }) } |
