summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 23:58:08 -0500
committerJeff Carr <[email protected]>2025-09-26 23:58:08 -0500
commit9abd674ecbdab30afd087bdd851a832e235dc1aa (patch)
tree0555f998b3df304324b9091eb5eb254e826a802d
parent06c9f0e1763c7d32d2344296d15a5fbf085b2659 (diff)
-rw-r--r--doInstall.go2
-rw-r--r--main.go1
2 files changed, 1 insertions, 2 deletions
diff --git a/doInstall.go b/doInstall.go
index ae2f86c..9230243 100644
--- a/doInstall.go
+++ b/doInstall.go
@@ -29,7 +29,6 @@ func doInstall() error {
// ignore read only stuff
continue
}
- log.Info("doInstall() START", check.FullPath)
// var cmd []string
var start string
@@ -92,7 +91,6 @@ func doInstall() error {
log.Warn("name is blank error", check.GetGoPath())
}
- log.Info("doInstall() END", check.FullPath)
if argv.DryRun {
continue
}
diff --git a/main.go b/main.go
index 96b3295..3ce450c 100644
--- a/main.go
+++ b/main.go
@@ -39,6 +39,7 @@ func main() {
debnames = make(map[*gitpb.Repo]string)
me.forge = forgepb.Init()
+ me.forge.Config.DumpENV()
me.machine, _ = zoopb.InitMachine()