Skip to content

Commit

Permalink
Remove console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Jun 2, 2022
1 parent fddc8c6 commit ba52ba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -104,7 +104,6 @@ function findIssues (configuration, children, results) {

function resultForPackage (configuration, tree) {
var packageAllowlist = configuration.packages || {}
console.log('%s is %j', 'tree.package', tree.package)
var result = {
name: tree.name,
version: tree.version,
Expand Down

0 comments on commit ba52ba4

Please sign in to comment.