Comment out unnecessary debug output in Settings

This commit is contained in:
Perttu Ahola 2012-05-20 17:19:48 +03:00
parent 7c15d793ac
commit 49d9745dc4
1 changed files with 2 additions and 2 deletions

View 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));