Remove debugging message.

r2174 | ffr | 2007-10-03 11:57:37 +1000 (Wed, 03 Oct 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-10-03 11:57:37 +10:00
committed by Douglas Clowes
parent 8fa8fd8806
commit 3ff8fe35a9

View File

@@ -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.....
*/