forked from M-Labs/artiq
kasli: remove leftover debug print
This commit is contained in:
parent
37bd0c2566
commit
8a988d0feb
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue