Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Nov 9, 2022
1 parent b8352cd commit 69fb021
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions quickstrom/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ def perform_action(driver, action):
select = Select(
option.find_element(By.XPATH,
"./ancestor::select"))
self.log.warn(option)
self.log.warn(select)
self.log.warn(value)
select.select_by_value(value)
elif action.id == 'focus':
id = action.args[0]
Expand Down

0 comments on commit 69fb021

Please sign in to comment.