summaryrefslogtreecommitdiff
path: root/doDirty.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 02:54:05 -0500
committerJeff Carr <[email protected]>2025-09-11 02:54:05 -0500
commitde30c30005f52696f87ebbed35949c80e54f8937 (patch)
treebbbe788c60b320d3c135b48f35d9345a1c9c7b90 /doDirty.go
parentb89a5571e91d5ca846e968f5165c5733f646f110 (diff)
s/namespace/Namespace/
Diffstat (limited to 'doDirty.go')
-rw-r--r--doDirty.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doDirty.go b/doDirty.go
index 4a45ed3..da11862 100644
--- a/doDirty.go
+++ b/doDirty.go
@@ -22,7 +22,7 @@ func (f *Forge) CheckDirtyQuiet() {
for _, s := range stats {
if s.Err == nil {
} else {
- log.Info("forge SetConfigSave(true)")
+ // log.Info("forge SetConfigSave(true)")
f.SetConfigSave(true)
changed = true
}