mirror of
https://github.com/LBRYFoundation/reflector.go.git
synced 2025-08-23 17:27:25 +00:00
remove extra log statement
This commit is contained in:
parent
41b513439f
commit
2744080c6b
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ func readNextRequest(conn net.Conn) ([]byte, error) {
|
||||||
chunk, err := buf.ReadBytes('}')
|
chunk, err := buf.ReadBytes('}')
|
||||||
if err != nil {
|
if err != nil {
|
||||||
if err != io.EOF {
|
if err != io.EOF {
|
||||||
log.Errorln("readBytes error:", err)
|
//log.Errorln("readBytes error:", err) // logged by caller
|
||||||
return request, err
|
return request, err
|
||||||
}
|
}
|
||||||
eof = true
|
eof = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue