mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
flow/network: remove print
This commit is contained in:
parent
25cb25a8ae
commit
6de517f59c
1 changed files with 0 additions and 1 deletions
|
@ -221,7 +221,6 @@ class CompositeActor(Actor):
|
|||
|
||||
def get_registers(self):
|
||||
if hasattr(self, "debugger"):
|
||||
self.debugger.print_map()
|
||||
return self.debugger.get_registers()
|
||||
else:
|
||||
return []
|
||||
|
|
Loading…
Reference in a new issue