Skip to content

Commit 62926fc

Browse files
committed
added debug logs
1 parent c7390e2 commit 62926fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

accessibility/plugin/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ const Accessibility = (on, config) => {
5757
} catch(err) {}
5858

5959
})
60-
console.log('log', "picking env from system " + process.env.TEST_VAR);
61-
config.env.TEST_VAR= process.env.TEST_VAR;
6260
config.env.WCAG_CRITERIA= process.env.WCAG_CRITERIA;
6361
config.env.BEST_PRACTICE= process.env.BEST_PRACTICE;
6462
config.env.NEEDS_REVIEW= process.env.NEEDS_REVIEW;
6563
config.env.ACCESSIBILITY_REPORT_PATH = process.env.ACCESSIBILITY_REPORT_PATH;
64+
console.log(`debug point 4. ` + config.env.WCAG_CRITERIA)
65+
console.log(`debug point 5. ` + config.env.BEST_PRACTICE)
66+
console.log(`debug point 6. ` + config.env.NEEDS_REVIEW)
67+
console.log(`debug point 7. ` + config.env.ACCESSIBILITY_REPORT_PATH)
6668

6769
return config;
6870
}

0 commit comments

Comments
 (0)