Skip to content

Commit bed4069

Browse files
committed
Remove a debugging statement from the previous release
1 parent 16de0c7 commit bed4069

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3562,7 +3562,6 @@ def __process_recorded_actions(self):
35623562
if len(sb_actions) > 0:
35633563
for action in sb_actions:
35643564
data.append(" " + action)
3565-
print(" " + action)
35663565
else:
35673566
data.append(" pass")
35683567
data.append("")

0 commit comments

Comments
 (0)