diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-03 01:13:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-03 01:13:01 +0200 |
| commit | fbac45d8e85b9a89c672d8e2f7cef8274b93e164 (patch) | |
| tree | 4fea323a56af2effc2b4e69b2562d044bec97dab | |
| parent | 14a548dd782a31ead0c1378174b26b692f37a77e (diff) | |
Remove some debug code.
| -rw-r--r-- | src/lib/cross_common.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/cross_common.cc b/src/lib/cross_common.cc index 07e373436..cf220fe53 100644 --- a/src/lib/cross_common.cc +++ b/src/lib/cross_common.cc @@ -61,7 +61,6 @@ Drive::as_xml () const root->add_child("Model")->add_child_text(*_model); } - std::cout << "xml is " << doc.write_to_string("UTF-8") << "\n"; return doc.write_to_string("UTF-8"); } |
