Remove log
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
26870501a7
commit
cb35625a53
@ -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)
|
||||
}
|
||||
}()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user