From 0e069aa69d3bc2b4cd79c83ea6848d39bbd8ceb0 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 5 Oct 2022 13:39:09 -0400 Subject: [PATCH] Remove logging env in integration tests 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 {