summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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 {