Remove some debug code.
authorCarl Hetherington <cth@carlh.net>
Sat, 2 May 2020 23:13:01 +0000 (01:13 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 May 2020 23:13:01 +0000 (01:13 +0200)
src/lib/cross_common.cc

index 07e37343628214c7a04a5430e5b2b25bbe084f86..cf220fe53f4b9377dc5d4fe391d8d6ab483efd8b 100644 (file)
@@ -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");
 }