Skip to content

Commit 9a5c812

Browse files
authored
Update _request_queue_client.py
1 parent 6c7f128 commit 9a5c812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/storage_clients/_apify/_request_queue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ async def _list_head(
544544
"""
545545
# Return from cache if available and we're not checking for new forefront requests
546546
if self._queue_head and not self._should_check_for_forefront_requests:
547-
logger.debug(f'Using cached queue head with {len(self._queue_head)} requests, {call_time}')
547+
logger.debug(f'Using cached queue head with {len(self._queue_head)} requests')
548548
# Create a list of requests from the cached queue head
549549
items = []
550550
for request_id in list(self._queue_head)[:limit]:

0 commit comments

Comments
 (0)