mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 07:01:21 +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 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 {
|
||||||
|
Reference in New Issue
Block a user