Browse Source

test travis

Jordan Schalm 8 years ago
parent
commit
dfcd0161c3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dashboard/datastore.go

+ 0 - 1
dashboard/datastore.go

@@ -254,7 +254,6 @@ func (h logHook) Fire(e *log.Entry) error {
 		}
 	case "disconnect":
 		store.lock.Lock()
-		log.Info("datastore:251, disconnecting", store.nClients)
 		store.nClients--
 		store.lock.Unlock()
 	}