Remove log

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-01-22 16:04:33 -08:00
parent 26870501a7
commit cb35625a53
-1
View File
@@ -54,7 +54,6 @@ func (crt *incrt) Read(buf []byte) (n int, err error) {
if crt.wait > crt.maxWait {
crt.wait = crt.maxWait
}
log.Warnf("max wait: %s, dur: %s, n: %d", crt.wait.String(), dur.String(), n)
}
}()