Skip to content

Commit 1450301

Browse files
committed
remove unncessary logging
1 parent 05d3b75 commit 1450301

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

infrastructure/testdriver/bidi/speculation/prefetch_status_updated.https.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,10 @@
164164
await failureEventPromise;
165165

166166
// Assert that we received the expected events
167-
const receivedStatusesArray = [...receivedStatuses];
168-
const expectedStatusesArray = [...expectedStatuses];
169167
assert_true(
170168
receivedStatuses.size === expectedStatuses.size &&
171169
[...expectedStatuses].every(status => receivedStatuses.has(status)),
172-
`Should have received only failure event. Expected: [${expectedStatusesArray.join(', ')}], Received: [${receivedStatusesArray.join(', ')}]`
170+
'Should have received only failure event.'
173171
);
174172

175173
t.add_cleanup(async () => {

0 commit comments

Comments
 (0)