Remove debug lines

This commit is contained in:
Shawn Cook 2015-09-11 08:32:59 -07:00
parent 2f04917261
commit f448a62826
1 changed files with 0 additions and 3 deletions

View File

@ -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}