From: Sebastien Bourdeauducq Date: Mon, 9 Jan 2012 14:20:09 +0000 (+0100) Subject: record: cleanup X-Git-Tag: 24jan2021_ls180~2099^2~1087 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47ae303846ea0d606d0c0001a87c6d20585bfd00;p=litex.git record: cleanup --- diff --git a/migen/corelogic/record.py b/migen/corelogic/record.py index e3862c34..b8a8b434 100644 --- a/migen/corelogic/record.py +++ b/migen/corelogic/record.py @@ -54,7 +54,6 @@ class Record: if len(list(filter(lambda x: x[0] == last, pos_fields))) > 0: raise ValueError pos_fields.append((last, getattr(pos_self, last))) - print(fields) return Record(fields, "subrecord") def compatible(self, other):