test: remove console.log in unit test (#7216)

Co-authored-by: Mathias Bynens <mathias@qiwi.be>
This commit is contained in:
Robin Richtsfeld 2021-05-17 09:32:53 +02:00 committed by GitHub
parent 4796382f01
commit e0b35d7d1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,7 +751,6 @@ describe('Page', function () {
await page.goto(server.EMPTY_PAGE);
const [response] = await Promise.all([
page.waitForResponse(async (response) => {
console.log(response.url());
return response.url() === server.PREFIX + '/digits/2.png';
}),
page.evaluate(() => {