removed some comments
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 11 Aug 2005 22:36:18 +0000 (22:36 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 11 Aug 2005 22:36:18 +0000 (22:36 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@474 9efc2488-bf62-4759-914b-345cdb29e865

src/libtransport/transport_session.c

index f67b4e5..ec6a296 100644 (file)
@@ -421,14 +421,6 @@ void endElementHandler( void *session, const xmlChar *name) {
        if( strcmp( name, "message" ) == 0 ) {
 
 
-               /*
-               int                     bufsize;
-               xmlChar*                xmlbuf;
-               xmlDocDumpFormatMemory( ses->parser_ctxt->myDoc, &xmlbuf, &bufsize, 0 );
-               debug_handler("endElementHandler SAX Doc:\n%s\n", (char*) xmlbuf );
-               xmlFree(xmlbuf);
-               */
-
                /* pass off the message info the callback */
                if( ses->message_callback ) {