Undo debug code.
authorScott Cantor <cantor.2@osu.edu>
Wed, 17 Oct 2007 04:43:25 +0000 (04:43 +0000)
committerScott Cantor <cantor.2@osu.edu>
Wed, 17 Oct 2007 04:43:25 +0000 (04:43 +0000)
xmltoolingtest/MarshallingTest.h

index 38ddafd..a686026 100644 (file)
@@ -66,10 +66,6 @@ public:
         DOMDocument* doc=XMLToolingConfig::getConfig().getParser().parse(fs);
         TS_ASSERT(doc!=NULL);
 
-        string buf;
-        XMLHelper::serialize(rootElement, buf);
-        cout << buf;
-        
         TS_ASSERT(rootElement->isEqualNode(doc->getDocumentElement()));
         doc->release();
     }