Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamada-atlassian committed Aug 1, 2024
1 parent 5f9e9a7 commit ac5ce1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/package-manager/src/NodePackageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ export class NodePackageManager implements PackageManager {
}

if (res.error) {
console.log(res.error);
let e = new Error(`Could not resolve module "${name}" from "${from}"`);
// $FlowFixMe
e.code = 'MODULE_NOT_FOUND';
Expand Down

0 comments on commit ac5ce1d

Please sign in to comment.