1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

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

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