Skip to content

Commit d0c9a7d

Browse files
committed
remove extra prints
1 parent acdfd99 commit d0c9a7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/crawlers/_adaptive_playwright/test_adaptive_playwright_crawler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ async def request_handler(context: AdaptivePlaywrightCrawlingContext) -> None:
803803
assert session is not None
804804
assert check_request is not None
805805

806-
print('Test Session', check_request)
807806
assert session.user_data.get('session_state') is True
808807
# Check that request user data was updated in the handler and only onse.
809808
assert check_request.user_data.get('request_state') == ['initial', 'handler']

0 commit comments

Comments
 (0)