Skip to content

Commit

Permalink
chore: remove redundant console statements (#3671)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 18, 2021
1 parent 16fcdbc commit 0277c5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e/ipc.test.js
Expand Up @@ -248,7 +248,6 @@ describe("web socket server URL", () => {
return proxyServer.listen(proxyPort, proxyHost, callback);
}

console.log("HERE");
const proxy = await new Promise((resolve) => {
const proxyCreated = startProxy(() => {
resolve(proxyCreated);
Expand Down Expand Up @@ -284,7 +283,6 @@ describe("web socket server URL", () => {
});
}

console.log(`http://${proxyHost}:${proxyPort}/main`);
await page.goto(`http://${proxyHost}:${proxyPort}/main`, {
waitUntil: "networkidle0",
});
Expand Down

0 comments on commit 0277c5e

Please sign in to comment.