Browse code

Remove useless error log

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>

Flavio Crisciani authored on 2017/12/05 13:36:58
Showing 1 changed files
... ...
@@ -1308,7 +1308,6 @@ func (c *controller) StartDiagnose(port int) {
1308 1308
 	c.Lock()
1309 1309
 	defer c.Unlock()
1310 1310
 	if !c.DiagnoseServer.IsDebugEnable() {
1311
-		logrus.Errorf("StartDiagnose received the port %d", port)
1312 1311
 		c.DiagnoseServer.EnableDebug("127.0.0.1", port)
1313 1312
 	}
1314 1313
 }