diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-15 10:51:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-15 10:51:49 +0000 |
| commit | 1524b4b3b94d515d268669712c7194b554d52c98 (patch) | |
| tree | 1607c743d4dcb64fe2d9ba9ac9f84e99603eb658 /src/lib | |
| parent | 3f4990bbee92ba572a495018ca9c1fce4aecd6b0 (diff) | |
Remove debug code.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 7740c6936..59d31d816 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -649,8 +649,6 @@ Writer::write (PlayerSubtitles subs) return; } - cout << "write " << subs.text.size() << " " << subs.from << " " << subs.to << "\n"; - if (!_subtitle_content) { _subtitle_content.reset (new dcp::InteropSubtitleContent (_film->name(), _film->subtitle_language ())); } |
