Drop a debug printf

This commit is contained in:
Andreas Öman 2008-05-02 18:50:19 +00:00
parent b9af9a543d
commit b21e3e834e

2
cwc.c
View file

@ -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;