summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-09-11 01:10:19 +0100
committerCarl Hetherington <cth@carlh.net>2017-09-11 01:10:19 +0100
commit1a8f93e0503168c45236bb96fbc153fc89d53e0f (patch)
tree22f7475e68028c6ec1374c541d675f849f65bd3e
parent20448ec1502aa0983405f0cd790001c770182668 (diff)
Remove debugging code.
-rw-r--r--test/audio_analysis_test.cc1
1 files changed, 0 insertions, 1 deletions
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<FFmpegContent> c (new FFmpegContent (film, p));