1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

x.websocket: remove debuging leftover (#6264)

This commit is contained in:
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

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.')
}