Comment out unnecessary debug output in Settings
authorPerttu Ahola <celeron55@gmail.com>
Sun, 20 May 2012 14:19:48 +0000 (17:19 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 20 May 2012 14:19:48 +0000 (17:19 +0300)
src/settings.h

index b95fbd1845ef4f5eae88ba24f4160b587882134f..07966f2dac193f8e5c5210bff1b2c8d11af12f50 100644 (file)
@@ -147,8 +147,8 @@ public:
                if(is.good() == false)
                        return false;
 
-               infostream<<"Parsing configuration file: \""
-                               <<filename<<"\""<<std::endl;
+               /*infostream<<"Parsing configuration file: \""
+                               <<filename<<"\""<<std::endl;*/
                                
                while(parseConfigObject(is));