mirror of https://github.com/status-im/consul.git
Remove debug lines
This commit is contained in:
parent
0b3faf6e4a
commit
d7ce0b3c6b
|
@ -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…
Reference in New Issue