mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
autofragment: remove debug
This commit is contained in:
parent
44f44b8a05
commit
d3127fd5d8
1 changed files with 0 additions and 1 deletions
|
@ -8,6 +8,5 @@ def FromLocal():
|
|||
for x in ns:
|
||||
obj = ns[x]
|
||||
if hasattr(obj, "GetFragment"):
|
||||
print("adding "+x)
|
||||
f += obj.GetFragment()
|
||||
return f
|
||||
|
|
Loading…
Reference in a new issue