Remove debugging code.
authorCarl Hetherington <cth@carlh.net>
Mon, 11 Sep 2017 00:10:19 +0000 (01:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 11 Sep 2017 00:10:19 +0000 (01:10 +0100)
test/audio_analysis_test.cc

index 695e240b7d5c26db7b4f0fcbeddb84c6df229c65..64081b89ca7c71679430f745d43ca2772c4cb5e7 100644 (file)
@@ -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<FFmpegContent> c (new FFmpegContent (film, p));