diff options
Diffstat (limited to 'src/xml.cc')
| -rw-r--r-- | src/xml.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)); } |
