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:
parent
a1dcc3bb9f
commit
d33f68ff54
@ -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.')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user