From: Philippe Proulx Date: Sat, 8 Nov 2014 08:56:03 +0000 (-0500) Subject: Remove prints X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=bcb21f3d03da99e420475100264ed56e4af350f6;p=deliverable%2Fbarectf.git Remove prints --- 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);