Skip to content

Commit

Permalink
Remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan authored Dec 21, 2023
1 parent cba8071 commit bc6a0c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rope/contrib/autoimport/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ def filter_folders(folder: Path) -> bool:
return list(OrderedDict.fromkeys(folder_paths))

def _safe_iterdir(self, folder: Path):
print(type(folder))
dirs = folder.iterdir()
while True:
try:
Expand Down

0 comments on commit bc6a0c3

Please sign in to comment.