Removed a debug printf.

FossilOrigin-Name: 327b5764627d2a82b68488da5e0e41c408a10806d54f1cc898501af84f0a4f06
This commit is contained in:
7u83@mail.ru 2014-08-02 12:23:21 +00:00
parent 6c6084eff4
commit 370ecf4ced
1 changed files with 0 additions and 2 deletions

View File

@ -230,8 +230,6 @@ void process_cw_ctrl_packet(int index,struct sockaddr * addr, uint8_t * buffer,
wtpman_start(wtpman,preamble & 0xf);
}
else
printf("WTPMAN is already there\n");
wtpman_addpacket(wtpman,buffer,len);