Skip to content

Commit

Permalink
fix: remove require.resolve console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Nov 30, 2023
1 parent ab026d3 commit e67a753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/probes/isRequire.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ function walkRequireCallExpression(nodeToWalk, tracer) {
break;
}
case "require.resolve": {
console.log("require.resolve!");
if (rootArgument.type === "Literal") {
dependencies.add(rootArgument.value);
}
Expand Down

0 comments on commit e67a753

Please sign in to comment.