summaryrefslogtreecommitdiff
path: root/src/xml.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-31 00:07:08 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-31 00:07:08 +0100
commitd8c9cbec9d87f28da338350880b7618b94f4da81 (patch)
treec1e853ab494ac3731982c075046215f670153232 /src/xml.cc
parent9a9d4e014c16be88d72914a9480343445bc785a5 (diff)
Bits.
Diffstat (limited to 'src/xml.cc')
-rw-r--r--src/xml.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xml.cc b/src/xml.cc
index 9386906b..62e231d1 100644
--- a/src/xml.cc
+++ b/src/xml.cc
@@ -135,8 +135,6 @@ XMLFile::XMLFile (string file, string root_name)
if (_node->get_name() != root_name) {
throw XMLError ("unrecognised root node");
}
-
- cout << this << " root node is " << _node->get_name() << "\n";
}
XMLFile::~XMLFile ()