- comment out debug statement from last commit

This commit is contained in:
Mark Vejvoda
2013-02-21 23:34:26 +00:00
parent 98e8aff4c3
commit b8f594fcf2

View File

@@ -269,7 +269,7 @@ XmlNode *XmlIoRapid::load(const string &path, const std::map<string,string> &map
Chrono chrono; Chrono chrono;
chrono.start(); chrono.start();
if(SystemFlags::VERBOSE_MODE_ENABLED || showPerfStats) printf("Using RapidXml to load file [%s]\n",path.c_str()); 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; XmlNode *rootNode = NULL;
try { try {