Skip to content

Commit

Permalink
Remove print that causes errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Aug 27, 2019
1 parent d8ae3fb commit 14e86ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ func (app *App) serveConn(loop routing.Loop, conn io.ReadWriteCloser) {
if err != nil {
break
}
fmt.Println("READ:", buf)

packet := &Packet{Loop: loop, Payload: buf[:n]}
if err := app.proto.Send(FrameSend, packet, nil); err != nil {
Expand Down

0 comments on commit 14e86ae

Please sign in to comment.