diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-04-07 10:31:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-07 10:31:46 +0100 |
| commit | b064fa7e95ad31accffafc21a28fa7ede0161212 (patch) | |
| tree | d780f82f1f82f0766271f3750ee21bbeca153015 /src | |
| parent | 81ed15e0887054edf18c1cc601a49a0356e6b4d1 (diff) | |
Remove some debug code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/render_subtitles.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/render_subtitles.cc b/src/lib/render_subtitles.cc index 1984d9c67..9426427fd 100644 --- a/src/lib/render_subtitles.cc +++ b/src/lib/render_subtitles.cc @@ -277,7 +277,6 @@ render_line (list<SubtitleString> subtitles, list<shared_ptr<Font> > fonts, dcp: } if (subtitles.front().effect() == dcp::BORDER) { - cout << "border it " << (subtitles.front().outline_width * target.width) << " " << fade_factor << ".\n"; /* Border effect; stroke the subtitle with a large (arbitrarily chosen) line width */ set_source_rgba (context, subtitles.front().effect_colour(), fade_factor); context->set_line_width (subtitles.front().outline_width * target.width / 2048.0); |
