Removed test print statement
This commit is contained in:
parent
db82dbe730
commit
33718a1a35
@ -16,8 +16,6 @@ class Manager(List, Find):
|
|||||||
if self.path_replacement is None:
|
if self.path_replacement is None:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
print('SORTING PATH REPLACEMENTS')
|
|
||||||
|
|
||||||
items = self.path_replacement.to_dict().items()
|
items = self.path_replacement.to_dict().items()
|
||||||
|
|
||||||
def by_length(item):
|
def by_length(item):
|
||||||
|
Reference in New Issue
Block a user