From: Carl Hetherington Date: Mon, 11 Sep 2017 00:10:19 +0000 (+0100) Subject: Remove debugging code. X-Git-Tag: v2.11.23~10 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=1a8f93e0503168c45236bb96fbc153fc89d53e0f;p=dcpomatic.git Remove debugging code. --- diff --git a/test/audio_analysis_test.cc b/test/audio_analysis_test.cc index 695e240b7..64081b89c 100644 --- a/test/audio_analysis_test.cc +++ b/test/audio_analysis_test.cc @@ -105,7 +105,6 @@ BOOST_AUTO_TEST_CASE (audio_analysis_test) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")); film->set_container (Ratio::from_id ("185")); film->set_name ("audio_analysis_test"); - std::cout << "HELLO! " << geteuid() << "\n"; boost::filesystem::path p = private_data / "betty_L.wav"; shared_ptr c (new FFmpegContent (film, p));