Commented out some debug output of class Settings
parent
a4179abb1b
commit
8788fffec0
|
@ -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…
Reference in New Issue