Skip to content

Commit 0277c5e

Browse files
authored
chore: remove redundant console statements (#3671)
1 parent 16fcdbc commit 0277c5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/ipc.test.js

-2
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ describe("web socket server URL", () => {
248248
return proxyServer.listen(proxyPort, proxyHost, callback);
249249
}
250250

251-
console.log("HERE");
252251
const proxy = await new Promise((resolve) => {
253252
const proxyCreated = startProxy(() => {
254253
resolve(proxyCreated);
@@ -284,7 +283,6 @@ describe("web socket server URL", () => {
284283
});
285284
}
286285

287-
console.log(`http://${proxyHost}:${proxyPort}/main`);
288286
await page.goto(`http://${proxyHost}:${proxyPort}/main`, {
289287
waitUntil: "networkidle0",
290288
});

0 commit comments

Comments
 (0)