summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 08:51:25 -0500
committerJeff Carr <[email protected]>2024-11-01 08:51:25 -0500
commit173520b42e1266687ee397302fada281d227b216 (patch)
tree7bd9282dee5c175a71dc5420b808471ccb988874 /main.go
parent0a28c45a6cb885feeb14a49cba2c9b956bda665a (diff)
more work on importing
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index ce859d2..7e36374 100644
--- a/main.go
+++ b/main.go
@@ -126,9 +126,6 @@ func main() {
log.Info(i, "Event:", e.Droplet, e.FieldName, "orig:", e.OrigVal, "new:", e.NewVal)
me.changed = true
}
- // if err := me.cluster.ConfigSave(); err != nil {
- // log.Info("configsave error", err)
- // }
if me.changed {
if err := me.cluster.ConfigSave(); err != nil {