From 3ff8fe35a9504e82e1b775f65486ac5c576d573e Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 3 Oct 2007 11:57:37 +1000 Subject: [PATCH] Remove debugging message. r2174 | ffr | 2007-10-03 11:57:37 +1000 (Wed, 03 Oct 2007) | 2 lines --- site_ansto/anstohttp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/site_ansto/anstohttp.c b/site_ansto/anstohttp.c index 9876ee9e..92a770e3 100644 --- a/site_ansto/anstohttp.c +++ b/site_ansto/anstohttp.c @@ -241,7 +241,6 @@ static int AnstoHttpConfigure(pHistDriver self, SConnection *pCon, status = ghttp_prepare(pPriv->syncRequest); httpStatus = ghttp_process(pPriv->syncRequest); confData = (char *)ghttp_get_body(pPriv->syncRequest); - printf("AnstoHttpConfigure called\n"); if(httpStatus != ghttp_done){ /* we may need to reconnect..... */