mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02: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");
|
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user