autofragment: remove debug
This commit is contained in:
parent
44f44b8a05
commit
d3127fd5d8
|
@ -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 New Issue