Skip to content

Commit

Permalink
Removes print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
titoBouzout committed Oct 30, 2013
1 parent dbdaaff commit 4481768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SideBar.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,6 @@ def on_replace(self, paths, find, replace):
to_rename_or_move = []
for item in SideBarSelection(paths).getSelectedItemsWithoutChildItems():
self.recurse(item.path(), to_rename_or_move)
print(to_rename_or_move)
to_rename_or_move.sort()
to_rename_or_move.reverse()
for item in to_rename_or_move:
Expand Down

0 comments on commit 4481768

Please sign in to comment.