Skip to content

Commit 1884e95

Browse files
committed
Remove a print statement used for debugging
1 parent 7a94059 commit 1884e95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,6 @@ def main(override=None):
691691
driver_path = None
692692
driver_file = None
693693
for f_name in contents:
694-
print(f_name)
695694
# Remove existing version if exists
696695
str_name = str(f_name)
697696
new_file = os.path.join(downloads_folder, str_name)

0 commit comments

Comments
 (0)