summaryrefslogtreecommitdiff
path: root/test/threed_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-01 23:13:06 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-01 23:44:36 +0100
commit51a7fb222297e7ef4eeec7d1256896db30495c91 (patch)
treed676b8aa711f18cd5f0021872132e2e15881cbc0 /test/threed_test.cc
parent5ba3832a034eec21b491215f7fb2d0fff55ee7b2 (diff)
Remove some debugging code from tests.
Diffstat (limited to 'test/threed_test.cc')
-rw-r--r--test/threed_test.cc5
1 files changed, 0 insertions, 5 deletions
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<Job> failed;
for (auto i: jm->_jobs) {