Removed left-over debug printout
This commit is contained in:
parent
869df3bc36
commit
36afb693b0
1 changed files with 0 additions and 1 deletions
|
@ -674,7 +674,6 @@ send_data(struct websocket *s, const void *data,
|
||||||
int
|
int
|
||||||
websocket_send_str(struct websocket *s, const char *str)
|
websocket_send_str(struct websocket *s, const char *str)
|
||||||
{
|
{
|
||||||
// PRINTF("websocket_send_str %s\n", str);
|
|
||||||
return send_data(s, str, strlen(str), WEBSOCKET_OPCODE_TEXT);
|
return send_data(s, str, strlen(str), WEBSOCKET_OPCODE_TEXT);
|
||||||
}
|
}
|
||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in a new issue