summaryrefslogtreecommitdiff
path: root/src/xml.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-18 23:50:32 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-18 23:50:32 +0100
commitb8f81f0270229c3a9d923f47ddad39f6ed73d13a (patch)
tree81026a07d5b031b100a71774a1d3f62122e1b660 /src/xml.cc
parentc23087acc887289f04f927bf7ede352324f4081b (diff)
ReelNumber is sometimes a string, it seems.
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));
}