Remove debugging message.
r2174 | ffr | 2007-10-03 11:57:37 +1000 (Wed, 03 Oct 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
8fa8fd8806
commit
3ff8fe35a9
@@ -241,7 +241,6 @@ static int AnstoHttpConfigure(pHistDriver self, SConnection *pCon,
|
|||||||
status = ghttp_prepare(pPriv->syncRequest);
|
status = ghttp_prepare(pPriv->syncRequest);
|
||||||
httpStatus = ghttp_process(pPriv->syncRequest);
|
httpStatus = ghttp_process(pPriv->syncRequest);
|
||||||
confData = (char *)ghttp_get_body(pPriv->syncRequest);
|
confData = (char *)ghttp_get_body(pPriv->syncRequest);
|
||||||
printf("AnstoHttpConfigure called\n");
|
|
||||||
if(httpStatus != ghttp_done){
|
if(httpStatus != ghttp_done){
|
||||||
/* we may need to reconnect.....
|
/* we may need to reconnect.....
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user