summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-07 10:31:46 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-07 10:31:46 +0100
commitb064fa7e95ad31accffafc21a28fa7ede0161212 (patch)
treed780f82f1f82f0766271f3750ee21bbeca153015 /src/lib
parent81ed15e0887054edf18c1cc601a49a0356e6b4d1 (diff)
Remove some debug code.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/render_subtitles.cc1
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);