build/gowin/common/GowinTristate: Remove print.

This commit is contained in:
Florent Kermarrec 2023-11-09 14:55:46 +01:00
parent 48a1b2634c
commit 9b4df14ab1
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ class GowinTristateImpl(Module):
class GowinTristate:
@staticmethod
def lower(dr):
print(dr)
return GowinTristateImpl(dr.target, dr.o, dr.oe, dr.i)
# Gowin Special Overrides --------------------------------------------------------------------------