Removed a debug log

This commit is contained in:
Diptanu Choudhury 2015-11-18 05:20:57 -08:00
parent 2ee71ffb59
commit 2f1f3d3898

View file

@ -98,7 +98,6 @@ func (c *ConsulClient) SyncWithConsul() {
select {
case <-sync:
sync = time.After(syncInterval)
c.logger.Printf("[DEBUG] Syncing with consul")
var consulServices map[string]*consul.AgentService
var err error
if consulServices, err = agent.Services(); err != nil {