Skip to content

Commit

Permalink
LukeIS: removing print statement accidentally left in
Browse files Browse the repository at this point in the history
r17956
  • Loading branch information
lukeis committed Oct 11, 2012
1 parent 6befbc7 commit 08c10b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py/selenium/webdriver/support/expected_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def __init__(self, locator, text_):
def __call__(self, driver):
try :
element_text = _find_element(driver, self.locator).text
print element_text
return self.text in element_text
except StaleElementReferenceException:
return False
Expand Down

0 comments on commit 08c10b5

Please sign in to comment.