websockets: removed debug message

pull/1/head
Gernot Tenchio 12 years ago
parent 4d9178dcf2
commit f597599d2a

@ -771,7 +771,7 @@ webSocketsEncodeHybi(rfbClientPtr cl, const char *src, int len, char **dst)
* 0xA - pong
**/
if (!len) {
rfbLog("%s: nothing to encode\n", __func__);
/* nothing to encode */
return 0;
}

Loading…
Cancel
Save