Stop Ctrl+A working when the content panel is not visible (#577).
[dcpomatic.git] / test / srt_subtitle_test.cc
index 1837d816b4a7ff7a05735148c04ec22773f4f575..4bf2e59ea248a774918b8575e1deffdee34b7087 100644 (file)
@@ -108,8 +108,6 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test3)
                                j != boost::filesystem::directory_iterator ();
                                ++j) {
 
-                               std::cout << j->path().string() << "\n";
-
                                if (boost::algorithm::starts_with (j->path().leaf().string(), "sub_")) {
                                        list<string> ignore;
                                        ignore.push_back ("SubtitleID");