summaryrefslogtreecommitdiff
path: root/src/xml.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.cc')
-rw-r--r--src/xml.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xml.cc b/src/xml.cc
index 839717d8..22e91ac0 100644
--- a/src/xml.cc
+++ b/src/xml.cc
@@ -116,7 +116,6 @@ XMLNode::optional_int64_child (string name)
float
XMLNode::float_child (string name)
{
- cout << "float node of " << string_child(name) << " for " << name << "\n";
return lexical_cast<float> (string_child (name));
}