Removed test print statement

This commit is contained in:
Sybren A. Stüvel 2017-06-22 15:19:11 +02:00
parent db82dbe730
commit 33718a1a35

View File

@ -16,8 +16,6 @@ class Manager(List, Find):
if self.path_replacement is None:
return []
print('SORTING PATH REPLACEMENTS')
items = self.path_replacement.to_dict().items()
def by_length(item):