x.websocket: remove debuging leftover (#6264)

pull/6269/head
Xavier B 2020-08-30 12:35:47 -04:00 committed by GitHub
parent a1dcc3bb9f
commit d33f68ff54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -438,7 +438,6 @@ fn (mut ws Client) send_control_frame(code OPCode, frame_typ string, payload []b
}
}
}
println('SEND CONTROL FRAME $code, $control_frame.len from server? ($ws.is_server)')
ws.socket_write(control_frame) or {
return error('send_control_frame: error sending $frame_typ control frame.')
}