Skip to content

Commit

Permalink
Rem errant print()
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Aug 14, 2020
1 parent 663a140 commit ef8bde4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/selenium/fingerprinting_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ def test_canvas_polyfill_clobbering(self):
# visit the page
self.load_url(FIXTURE_URL)

print(self.get_fillText_source())

# check that we did not restore the native function (should be hipdi polyfill)
self.assertNotIn("[native code]", self.get_fillText_source(),
"Canvas context fillText is not native version (polyfill has been retained)."
Expand Down

0 comments on commit ef8bde4

Please sign in to comment.