summaryrefslogtreecommitdiff
path: root/doPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 02:18:22 -0500
committerJeff Carr <[email protected]>2025-09-26 02:18:22 -0500
commit95663ece2bdfaad9edcd64045005f1cde6c15e2a (patch)
treeaea9f6106546d0f323babca39e0115d745f1462f /doPatches.go
parentd02a34b04baaa8c5570464bbab26fa4b6e4e0cd7 (diff)
remove ENV stuffv0.0.49
Diffstat (limited to 'doPatches.go')
-rw-r--r--doPatches.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/doPatches.go b/doPatches.go
index cc06c03..e4008c6 100644
--- a/doPatches.go
+++ b/doPatches.go
@@ -1,7 +1,6 @@
package main
import (
- "go.wit.com/lib/fhelp"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/log"
)
@@ -9,14 +8,12 @@ import (
func doPatches() error {
if argv.Patch.List != nil {
log.Printf("forge.Init() %s len()=%d\n", me.forge.Config.Filename, me.forge.Repos.Len())
- fhelp.DumpENV("finit:")
me.forge.Config.DumpENV()
return doList()
}
if argv.Patch.Clean != nil {
log.Printf("forge.Init() %s len()=%d\n", me.forge.Config.Filename, me.forge.Repos.Len())
- fhelp.DumpENV("finit:")
me.forge.Config.DumpENV()
return doClean()
}