Skip to content

Commit

Permalink
[#16] .Fix removed forced sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasObenaus committed Feb 17, 2020
1 parent 32626e1 commit f4f3f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ func (ws *websocket) Read() (messageType int, msg []byte, err error) {
if err := ws.conn.SetReadDeadline(time.Now().Add(ws.readingWait)); err != nil {
return 0, nil, err
}
fmt.Printf("%d", "hallo")
return ws.conn.ReadMessage()
}

Expand Down

0 comments on commit f4f3f14

Please sign in to comment.