2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-28 20:53:35 +08:00

kasli: remove leftover debug print

This commit is contained in:
Sebastien Bourdeauducq 2018-05-18 17:25:23 +08:00
parent 37bd0c2566
commit 8a988d0feb

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())