Skip to content

Commit 2278264

Browse files
remove logging
1 parent 24c3618 commit 2278264

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

accessibility/scanner/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ cy.window().then((win) => {
9696
let testId = Cypress.env("TEST_ID") || ""
9797

9898
const filePath = Cypress.env("ACCESSIBILITY_REPORT_PATH") || 'cypress/results/accessibilityReport_' + testId + '.json';
99-
console.log('payload to send',payloadToSend);
10099
cy.wrap(setScanConfig(win, payloadToSend), {timeout: 30000}).then((res) => {
101100
console.log('logging config reponse', res);
102101

0 commit comments

Comments
 (0)