mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Comment out unnecessary debug output in Settings
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user