Remove some debugging code from tests.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Feb 2021 22:13:06 +0000 (23:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Feb 2021 22:44:36 +0000 (23:44 +0100)
test/threed_test.cc

index 78e656830b65158afde56a2a8ca1e12b613fcc87..5324f515afb23d891812a2f5670981b1a343bd3e 100644 (file)
@@ -197,11 +197,6 @@ BOOST_AUTO_TEST_CASE (threed_test7)
 
        while (signal_manager->ui_idle ()) {}
 
-       std::cout << "Here's the jobs:\n";
-       for (auto i: jm->_jobs) {
-               std::cout << i->name() << " " << i->status() << " " << i->is_new() << " " << i->running() << " " << i->finished() << " " << i->finished_ok() << " " << i->finished_in_error() << "\n";
-       }
-
        BOOST_REQUIRE (jm->errors());
        shared_ptr<Job> failed;
        for (auto i: jm->_jobs) {