diff options
Diffstat (limited to 'doPatches.go')
| -rw-r--r-- | doPatches.go | 3 |
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() } |
