mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 14:42:24 +01:00
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