From 25a1560d811f48c9895ff2ff21e783d4917435f2 Mon Sep 17 00:00:00 2001 From: Kevin Nadro Date: Wed, 9 Apr 2025 22:05:42 -0600 Subject: [PATCH] fix: removing debugging code --- e2e/playwright/stress-test.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/playwright/stress-test.spec.ts b/e2e/playwright/stress-test.spec.ts index e085d1bb4..d0beae607 100644 --- a/e2e/playwright/stress-test.spec.ts +++ b/e2e/playwright/stress-test.spec.ts @@ -7,7 +7,6 @@ test.describe('Stress test', () => { scene, page, }, testInfo) => { - page.on('console', console.log) const projectName = 'stress-test-project' // Create and load project await createProject({ name: projectName, page })