From: cantor Date: Wed, 17 Oct 2007 04:43:25 +0000 (+0000) Subject: Undo debug code. X-Git-Tag: 1.4.1~425 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fxmltooling.git;a=commitdiff_plain;h=0a43766d4e19528530ee1f33fa64ae5e84040500 Undo debug code. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@401 de75baf8-a10c-0410-a50a-987c0e22f00f --- 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(); }