Commented out some debug output of class Settings

This commit is contained in:
Perttu Ahola 2011-01-29 00:56:53 +02:00
parent a4179abb1b
commit 8788fffec0
1 changed files with 2 additions and 2 deletions

View File

@ -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;