mirror of
https://github.com/glest/glest-source.git
synced 2025-08-18 06:01:17 +02:00
- comment out debug statement from last commit
This commit is contained in:
@@ -269,7 +269,7 @@ XmlNode *XmlIoRapid::load(const string &path, const std::map<string,string> &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 {
|
||||
|
Reference in New Issue
Block a user