mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Commented out some debug output of class Settings
This commit is contained in:
parent
a4179abb1b
commit
8788fffec0
1 changed files with 2 additions and 2 deletions
|
@ -793,8 +793,8 @@ public:
|
||||||
std::string value = sf.next("\n");
|
std::string value = sf.next("\n");
|
||||||
value = trim(value);
|
value = trim(value);
|
||||||
|
|
||||||
dstream<<"Config name=\""<<name<<"\" value=\""
|
/*dstream<<"Config name=\""<<name<<"\" value=\""
|
||||||
<<value<<"\""<<std::endl;
|
<<value<<"\""<<std::endl;*/
|
||||||
|
|
||||||
m_settings[name] = value;
|
m_settings[name] = value;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue