From 8bf8b62316a3066b61243d797d22c2100fd173f5 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sun, 12 Oct 2014 21:58:16 +0300 Subject: [PATCH] c_client.py: remove commented debug statements Signed-off-by: Ran Benita Reviewed-by: Christian Linhart --- src/c_client.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/c_client.py b/src/c_client.py index 3dc4104..897cf8b 100644 --- a/src/c_client.py +++ b/src/c_client.py @@ -826,7 +826,6 @@ def _c_serialize_helper_insert_padding(context, code_lines, space, postpone, is_ else: code_lines.append( '%s xcb_pad = -xcb_block_len & (xcb_align_to - 1);' % space) -# code_lines.append('%s printf("automatically inserting padding: %%%%d\\n", xcb_pad);' % space) code_lines.append('%s xcb_buffer_len += xcb_block_len + xcb_pad;' % space) if not postpone: @@ -2303,8 +2302,6 @@ def _c_request_helper(self, name, cookie_type, void, regular, aux=False, reply_f _c(' unsigned int xcb_tmp_len;') _c(' char *xcb_tmp;') _c('') - # simple request call tracing -# _c(' printf("in function %s\\n");' % func_name) # fixed size fields for field in wire_fields: