summaryrefslogtreecommitdiff
path: root/src/xml.cc
diff options
context:
space:
mode:
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 ()