Remove some debugging code from tests.
[dcpomatic.git] / 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) {