Skip to content

Commit 80a86c7

Browse files
committed
Remove accidental print statements
1 parent e676ccb commit 80a86c7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

playwright/_impl/_browser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ def _did_create_context(self, context: BrowserContext) -> None:
106106

107107
def _setup_browser_context(self, context: BrowserContext) -> None:
108108
context._tracing._traces_dir = self._traces_dir
109-
print("Appending context to selectors")
110109
self._browser_type._playwright.selectors._contextsForSelectors.add(context)
111110

112111
def _on_close(self) -> None:

tests/sync/test_queryselector.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def test_selectors_register_should_work(
3939
selector_name = f"tag_{browser_name}"
4040
selector2_name = f"tag2_{browser_name}"
4141

42-
print("Registering", browser._impl_obj._contexts)
43-
4442
# Register one engine before creating context.
4543
selectors.register(selector_name, tag_selector)
4644

0 commit comments

Comments
 (0)