remove debug msg

This commit is contained in:
PolynomialDivision 2018-01-17 21:46:48 +01:00
parent 11c807638a
commit d13acd3b53

View file

@ -66,7 +66,7 @@ static void client_read_cb(struct ustream *s, int bytes) {
if (!str)
break;
printf("RECEIVED String: %s\n", str);
//printf("RECEIVED String: %s\n", str);
handle_network_msg(str);
ustream_consume(s, len);