Remove prints
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Nov 2014 08:56:03 +0000 (03:56 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Nov 2014 08:56:03 +0000 (03:56 -0500)
barectf/cli.py

index a0c65f0cf26c6fff066cc42f8522af535db9ad7b..7f9eaf19f120a2f0567b6adf3d645cfd039bd5a5 100644 (file)
@@ -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);
This page took 0.026537 seconds and 4 git commands to generate.