From: Carl Hetherington Date: Mon, 1 Feb 2021 22:13:06 +0000 (+0100) Subject: Remove some debugging code from tests. X-Git-Tag: v2.15.124~3 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=51a7fb222297e7ef4eeec7d1256896db30495c91 Remove some debugging code from tests. --- diff --git a/test/threed_test.cc b/test/threed_test.cc index 78e656830..5324f515a 100644 --- a/test/threed_test.cc +++ b/test/threed_test.cc @@ -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 failed; for (auto i: jm->_jobs) {