Removed old debug-style message.

FossilOrigin-Name: 6b7f7dfbda592d3b914ba1e9264cfdb044660077b97a7038920cdc47f28845bb
This commit is contained in:
7u83@mail.ru 2014-08-17 16:42:36 +00:00
parent da182ca102
commit d5df02fc25
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static int imgdata_request(void * a,int type,uint8_t* msgelem,int len)
void cwread_image_data_request(struct ac_info * acinfo, uint8_t * msg, int len)
{
cw_log_debug1("Reading join response");
/* cw_log_debug1("Reading join response");*/
cw_foreach_msgelem(msg,len,imgdata_request,NULL);
}