Skip to content

Commit

Permalink
remove console.log throwing error
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Sep 11, 2024
1 parent d6878f7 commit 47830bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/helpers/npm-deps/parse-npm-deps.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ const TEST_IGNORE_PACKAGES = {
* - From root, run "node .github/helpers/npm-deps/parse-npm-deps.cjs > outdatedDeps.json"
* - Check the outdatedDeps.json file, then delete it.
*/
console.log("local test? : ", LOCAL_TEST)
console.log("test: ", process.env)
// Get package.json paths from env.
const packageJsonPaths = LOCAL_TEST
? TEST_PACKAGEJSON_PATHS
Expand Down

0 comments on commit 47830bc

Please sign in to comment.