From b21e3e834e9c56eb056f70d6f50bb084f65dfd53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Fri, 2 May 2008 18:50:19 +0000 Subject: [PATCH] Drop a debug printf --- cwc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cwc.c b/cwc.c index 8a8295a4..7aebf4f7 100644 --- a/cwc.c +++ b/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;