diff --git a/command/agent/local.go b/command/agent/local.go index 483bdd668..849eb9ae5 100644 --- a/command/agent/local.go +++ b/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}