diff options
author | John Stebbins <[email protected]> | 2016-05-08 10:40:01 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-05-08 10:40:01 -0700 |
commit | d61a9be79e8c7f40c4655494df290703b8ce285a (patch) | |
tree | d930f3eeb3a9ff0707d4fbee5c2c703728becdf2 /libhb/muxcommon.c | |
parent | 1e119dcaf86804c48da857d2b4673b6c3c8d6b3f (diff) |
remove debug printf
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r-- | libhb/muxcommon.c | 2 |
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; |