Drop a debug printf
This commit is contained in:
parent
b9af9a543d
commit
b21e3e834e
1 changed files with 0 additions and 2 deletions
2
cwc.c
2
cwc.c
|
@ -768,8 +768,6 @@ cwc_transport_start(th_transport_t *t)
|
|||
if(st == NULL)
|
||||
continue;
|
||||
|
||||
printf("Ok CWC found\n");
|
||||
|
||||
ct = calloc(1, sizeof(cwc_transport_t));
|
||||
ct->ct_keys = get_key_struct();
|
||||
ct->ct_cwc = cwc;
|
||||
|
|
Loading…
Add table
Reference in a new issue