Skip to content

Commit 503d1dd

Browse files
committed
fix(console): remove erroneous console statements
1 parent 39ce059 commit 503d1dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PackageSearchPrompter.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ class PackageSearchPrompter {
6060
},
6161
]);
6262

63-
console.log(this.packageDetailsMapping);
64-
console.log('npm package', npmPackage);
65-
6663
return this.packageDetailsMapping[npmPackage];
6764
}
6865
}

0 commit comments

Comments
 (0)