diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 00:07:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 00:07:08 +0100 |
| commit | d8c9cbec9d87f28da338350880b7618b94f4da81 (patch) | |
| tree | c1e853ab494ac3731982c075046215f670153232 /src/xml.cc | |
| parent | 9a9d4e014c16be88d72914a9480343445bc785a5 (diff) | |
Bits.
Diffstat (limited to 'src/xml.cc')
| -rw-r--r-- | src/xml.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 () |
