Skip to content

Commit

Permalink
Remove console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cRui861 committed Apr 5, 2023
1 parent 1217aca commit 635be1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/utils/helpers/axe-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export async function runAxe(
html: Element,
options?: RunOptions
): Promise<AxeResults> {
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
Expand Down

0 comments on commit 635be1e

Please sign in to comment.