Skip to content

Commit

Permalink
Logging clear
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jun 5, 2019
1 parent 50bbf67 commit 62382b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion websocket/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func (c *Client) handleMessage(msg []byte) error {

c.updateHeartbeat()
if bytes.HasPrefix(t, []byte("[")) {
log.Printf("%s", msg)
err = c.handleChannel(msg)
} else if bytes.HasPrefix(t, []byte("{")) {
err = c.handleEvent(msg)
Expand Down

0 comments on commit 62382b8

Please sign in to comment.