autofragment: remove debug

This commit is contained in:
Sebastien Bourdeauducq 2011-12-10 20:48:23 +01:00
parent 44f44b8a05
commit d3127fd5d8
1 changed files with 0 additions and 1 deletions

View File

@ -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