diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-29 23:17:47 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-29 23:17:47 +0200 |
| commit | 742fe66c1331fe80752e8577d914085aae8945c2 (patch) | |
| tree | 01cecc33abb66a8dec6b4f0723ae6b88609ddd49 | |
| parent | 98fa5c8c95587e1b016a1432371d58288c94b145 (diff) | |
Remove debug code.
| -rw-r--r-- | test/atmos_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/atmos_test.cc b/test/atmos_test.cc index 019e2d2fb..e5846f20e 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -82,7 +82,6 @@ BOOST_AUTO_TEST_CASE (atmos_encrypted_passthrough_test) film2->examine_and_add_content (content2); BOOST_REQUIRE (!wait_for_jobs()); - std::cout << "making 2nd dcp.\n"; film2->make_dcp (); BOOST_REQUIRE (!wait_for_jobs()); |
