Removed debug printfs.
FossilOrigin-Name: a3559ba614e612889fd0663079b8e619192a53e7c229f77a059d4b0dd1c4a780
This commit is contained in:
parent
3c38079e39
commit
a90a48097d
@ -36,8 +36,8 @@ int conn_send_cwmsg(struct conn * conn, struct cwmsg * cwmsg)
|
|||||||
int fragoffset = 0;
|
int fragoffset = 0;
|
||||||
int hlen = cwmsg->hlen*4;
|
int hlen = cwmsg->hlen*4;
|
||||||
|
|
||||||
printf("Hlen is %i\n",hlen);
|
// printf("Hlen is %i\n",hlen);
|
||||||
printf("Msg len is %d\n",msglen);
|
// printf("Msg len is %d\n",msglen);
|
||||||
|
|
||||||
|
|
||||||
int preamble = CW_VERSION | 0;
|
int preamble = CW_VERSION | 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user