kasli: remove leftover debug print

pull/1017/head
Sebastien Bourdeauducq 2018-05-18 17:25:23 +08:00
parent 37bd0c2566
commit 8a988d0feb
1 changed files with 0 additions and 2 deletions

View File

@ -779,8 +779,6 @@ class USTC(_StandaloneBase):
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(phy))
print(len(rtio_channels))
self.config["HAS_RTIO_LOG"] = None
self.config["RTIO_LOG_CHANNEL"] = len(rtio_channels)
rtio_channels.append(rtio.LogChannel())