Drop a debug line which could print very large messages

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
Matthew Heon 2020-05-15 14:35:10 -04:00
parent 79ad6bb53d
commit ab25f70dad
1 changed files with 0 additions and 1 deletions

View File

@ -1644,7 +1644,6 @@ func httpAttachTerminalCopy(container *net.UnixConn, http *bufio.ReadWriter, cid
// Do nothing // Do nothing
default: default:
logrus.Errorf("Received unexpected attach type %+d, discarding %d bytes", buf[0], numR) logrus.Errorf("Received unexpected attach type %+d, discarding %d bytes", buf[0], numR)
logrus.Debugf("String is %s", string(buf[1:numR]))
continue continue
} }