From d61a9be79e8c7f40c4655494df290703b8ce285a Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Sun, 8 May 2016 10:40:01 -0700 Subject: remove debug printf --- libhb/muxcommon.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libhb/muxcommon.c') 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; -- cgit v1.2.3