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
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

View File

@ -54,7 +54,6 @@ func (crt *incrt) Read(buf []byte) (n int, err error) {
if crt.wait > crt.maxWait { if crt.wait > crt.maxWait {
crt.wait = crt.maxWait crt.wait = crt.maxWait
} }
log.Warnf("max wait: %s, dur: %s, n: %d", crt.wait.String(), dur.String(), n)
} }
}() }()