From b8f594fcf20f037a3102d112176cba5729fcae43 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 21 Feb 2013 23:34:26 +0000 Subject: [PATCH] - comment out debug statement from last commit --- source/shared_lib/sources/xml/xml_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/shared_lib/sources/xml/xml_parser.cpp b/source/shared_lib/sources/xml/xml_parser.cpp index 3a8e58913..a551a0792 100644 --- a/source/shared_lib/sources/xml/xml_parser.cpp +++ b/source/shared_lib/sources/xml/xml_parser.cpp @@ -269,7 +269,7 @@ XmlNode *XmlIoRapid::load(const string &path, const std::map &map Chrono chrono; chrono.start(); if(SystemFlags::VERBOSE_MODE_ENABLED || showPerfStats) printf("Using RapidXml to load file [%s]\n",path.c_str()); - printf("Using RapidXml to load file [%s]\n",path.c_str()); + //printf("Using RapidXml to load file [%s]\n",path.c_str()); XmlNode *rootNode = NULL; try {