Skip to content

Commit

Permalink
chore: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Sep 5, 2023
1 parent b6ab3a5 commit d2332c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/plugins/getCypressEnvVars.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ module.exports = function getCypressEnvVars(config) {
return acc
}, inputCypressEnv)

console.log('jj allEnv', allEnv)

return Object.keys(allEnv).reduce((acc, key) => {
if (key.toLowerCase().startsWith(CYPRESS_PREFIX)) {
const cypressKey = key
Expand Down

0 comments on commit d2332c9

Please sign in to comment.