Browse Source

Remove debug lines

pull/1187/head
Shawn Cook 9 years ago
parent
commit
d7ce0b3c6b
  1. 3
      command/agent/local.go

3
command/agent/local.go

@ -380,10 +380,7 @@ func (l *localState) setSyncState() error {
// If our definition is different, we need to update it
if existing.EnableTagDrift {
l.logger.Printf("[DEBUG] Tag drift enabled.")
existing.Tags = service.Tags
} else {
l.logger.Printf("[DEBUG] Tag drift disabled.")
}
equal := reflect.DeepEqual(existing, service)
l.serviceStatus[id] = syncStatus{inSync: equal}

Loading…
Cancel
Save