commented out the testing debug line
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 9 Jul 2008 19:35:26 +0000 (19:35 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 9 Jul 2008 19:35:26 +0000 (19:35 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1366 9efc2488-bf62-4759-914b-345cdb29e865

src/gateway/osrf_http_translator.c

index ed5cbf4..a690284 100644 (file)
@@ -428,7 +428,7 @@ static int handler(request_rec *r) {
     osrfHttpTranslator* trans = osrfNewHttpTranslator(r);
     if(trans->body) {
         stat = osrfHttpTranslatorProcess(trans);
-        osrfHttpTranslatorDebug(trans);
+        //osrfHttpTranslatorDebug(trans);
         osrfLogInfo(OSRF_LOG_MARK, "translator resulted in status %d", stat);
     } else {
         osrfLogWarning(OSRF_LOG_MARK, "no message body to process");