From bcb21f3d03da99e420475100264ed56e4af350f6 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 8 Nov 2014 03:56:03 -0500 Subject: [PATCH] Remove prints --- barectf/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/barectf/cli.py b/barectf/cli.py index a0c65f0..7f9eaf1 100644 --- a/barectf/cli.py +++ b/barectf/cli.py @@ -738,7 +738,6 @@ class BarectfCodeGenerator: # as many offset as there are child fields because a future # sequence could refer to any of those fields for lname, offset in off_vars.items(): - print(fname, lname) offvar = self._get_offvar_name('_'.join([fname, lname])) fmt = 'uint32_t {} = {} + {};' line = fmt.format(offvar, self._CTX_AT, offset); -- 2.34.1