Skip to content

Commit

Permalink
Remove debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed May 26, 2015
1 parent 6815648 commit e70257f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wptrunner/executors/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def switch_frame(self, frame):
body = {"id": frame.json()}
else:
body = {"id": frame}
print body

return self.send_command("POST", url, body)

@command
Expand Down

0 comments on commit e70257f

Please sign in to comment.