summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-29 00:56:53 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-29 00:56:53 +0200
commit8788fffec0faf99702e5a84eaadbabc671a023c8 (patch)
tree4fa89f851e60edf5d498ba1fae29cdefd9594474 /src
parenta4179abb1b090b0b95ed4876cddc9975040d81b1 (diff)
downloadminetest-8788fffec0faf99702e5a84eaadbabc671a023c8.tar.gz
minetest-8788fffec0faf99702e5a84eaadbabc671a023c8.tar.bz2
minetest-8788fffec0faf99702e5a84eaadbabc671a023c8.zip
Commented out some debug output of class Settings
Diffstat (limited to 'src')
-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;