autofragment: remove debug
This commit is contained in:
parent
44f44b8a05
commit
d3127fd5d8
|
@ -8,6 +8,5 @@ def FromLocal():
|
||||||
for x in ns:
|
for x in ns:
|
||||||
obj = ns[x]
|
obj = ns[x]
|
||||||
if hasattr(obj, "GetFragment"):
|
if hasattr(obj, "GetFragment"):
|
||||||
print("adding "+x)
|
|
||||||
f += obj.GetFragment()
|
f += obj.GetFragment()
|
||||||
return f
|
return f
|
||||||
|
|
Loading…
Reference in New Issue