Skip to content

Commit d7c2776

Browse files
Hani YacoubHani Yacoub
authored andcommitted
Removing logging
1 parent 95f960c commit d7c2776

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/address_bar_and_search/test_sap_google_adclick.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def test_sap_google_adclick(driver: Firefox):
4444

4545
# Verify pings are recorded
4646
json_data = u.decode_url(driver)
47-
logging.warn(json_data)
4847
assert u.assert_json_value(
4948
json_data, '$..keyedScalars.["browser.search.adclicks.urlbar"].["google:tagged"]', 1
5049
)

0 commit comments

Comments
 (0)