From: Scott Cantor Date: Wed, 17 Oct 2007 04:43:25 +0000 (+0000) Subject: Undo debug code. X-Git-Tag: 1.0-beta2~42 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=2f62fbf3659d2988436af84bba211955ed9195b7 Undo debug code. --- diff --git a/xmltoolingtest/MarshallingTest.h b/xmltoolingtest/MarshallingTest.h index 38ddafd..a686026 100644 --- a/xmltoolingtest/MarshallingTest.h +++ b/xmltoolingtest/MarshallingTest.h @@ -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(); }