From 635be1e7519cd53e2ea360b86de4d1cedbade43e Mon Sep 17 00:00:00 2001 From: Rena Chen Date: Tue, 4 Apr 2023 17:18:16 -0700 Subject: [PATCH] Remove console log statement --- src/test/utils/helpers/axe-helpers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/utils/helpers/axe-helpers.ts b/src/test/utils/helpers/axe-helpers.ts index 50dced113a..fc239c3c6d 100644 --- a/src/test/utils/helpers/axe-helpers.ts +++ b/src/test/utils/helpers/axe-helpers.ts @@ -8,7 +8,6 @@ export async function runAxe( html: Element, options?: RunOptions ): Promise { - console.log(process.env.BE_ENABLE_A11Y_TESTING); if (!process.env.BE_ENABLE_A11Y_TESTING) { // Accessibility testing is disabled. Return a fake AxeResults object which // always has no violations