summaryrefslogtreecommitdiffstats
path: root/libhb/muxcommon.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r--libhb/muxcommon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c
index 7ae015d99..2fded5b25 100644
--- a/libhb/muxcommon.c
+++ b/libhb/muxcommon.c
@@ -784,8 +784,6 @@ static int update_style_atoms(style_context_t *ctx, int stop)
style_entry[10] = (ctx->current_style.fg_rgb) & 0xff; // b
style_entry[11] = ctx->current_style.fg_alpha; // a
-printf("rgb %x face %x alpha %d start %d stop %d\n", ctx->current_style.fg_rgb, face, ctx->current_style.fg_alpha, ctx->style_start, stop);
-
ctx->style_atom_count++;
return 1;