forked from Mirrorlandia_minetest/minetest
Comment out unnecessary debug output in Settings
This commit is contained in:
parent
7c15d793ac
commit
49d9745dc4
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user