From 95663ece2bdfaad9edcd64045005f1cde6c15e2a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 02:18:22 -0500 Subject: remove ENV stuff --- doPatches.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'doPatches.go') 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() } -- cgit v1.2.3