forked from Mirrorlandia_minetest/minetest
Commented out some debug output of class Settings
This commit is contained in:
parent
a4179abb1b
commit
8788fffec0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user