fix(backend): removed debug log from session iterator
This commit is contained in:
parent
4bdc095c76
commit
56c1469273
1 changed files with 0 additions and 7 deletions
|
|
@ -40,13 +40,6 @@ func SplitMessages(data []byte) ([]*msgInfo, error) {
|
|||
return nil, fmt.Errorf("read message type err: %s", err)
|
||||
}
|
||||
|
||||
if msgType == MsgRedux {
|
||||
log.Printf("redux")
|
||||
}
|
||||
if msgType == MsgFetch {
|
||||
log.Printf("fetch")
|
||||
}
|
||||
|
||||
// Read message body
|
||||
_, err = ReadMessage(msgType, reader)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue