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

View file

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