mirror of
https://github.com/minetest/minetest.git
synced 2025-03-14 06:12:36 +01:00
Commented out some debug output of class Settings
This commit is contained in:
@ -793,8 +793,8 @@ public:
|
||||
std::string value = sf.next("\n");
|
||||
value = trim(value);
|
||||
|
||||
dstream<<"Config name=\""<<name<<"\" value=\""
|
||||
<<value<<"\""<<std::endl;
|
||||
/*dstream<<"Config name=\""<<name<<"\" value=\""
|
||||
<<value<<"\""<<std::endl;*/
|
||||
|
||||
m_settings[name] = value;
|
||||
|
||||
|
Reference in New Issue
Block a user