1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Remove logging env in integration tests

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-10-05 13:39:09 -04:00
parent 571c1451ce
commit 0e069aa69d

View File

@ -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 {