diff options
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); |
