From 76eecde8232d163f6927c869a28710b12bd4eb74 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 7 Feb 2019 08:14:05 -0800 Subject: [PATCH] chore(test): remove stray console.log (#3943) --- test/navigation.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/navigation.spec.js b/test/navigation.spec.js index 875da662cc3..bf004702597 100644 --- a/test/navigation.spec.js +++ b/test/navigation.spec.js @@ -56,7 +56,6 @@ module.exports.addTests = function({testRunner, expect, Errors, CHROME}) { let error = null; await page.goto(server.EMPTY_PAGE).catch(e => error = e); expect(error).not.toBe(null); - console.log(error.message); if (CHROME) expect(error.message).toContain('net::ERR_ABORTED'); else