mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-24 11:34:53 +00:00
Removed left-over debug printout
This commit is contained in:
parent
869df3bc36
commit
36afb693b0
@ -674,7 +674,6 @@ send_data(struct websocket *s, const void *data,
|
||||
int
|
||||
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);
|
||||
}
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user