summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utility.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utility.h b/src/utility.h
index 4f74a0649..055c8db1a 100644
--- a/src/utility.h
+++ b/src/utility.h
@@ -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;