From 5d4c92ea93f951fa18f7cfdb189d8dca8adceacb Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 5 Oct 2022 13:39:31 -0400 Subject: [PATCH] Remove logging env in integration tests (#6336) Signed-off-by: Sebastian Malton Signed-off-by: Sebastian Malton --- integration/helpers/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 167b3b353f..6d56cc1f8c 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -106,8 +106,6 @@ async function attemptStart() { } export async function start() { - console.log(process.env); - // this is an attempted workaround for an issue with playwright not always getting the main window when using Electron 14.2.4 (observed on windows) for (let i = 0; ; i++) { try {