Skip to content

Commit

Permalink
cleanup(misc): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Jun 1, 2022
1 parent be5aeb0 commit 2f8aea8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-nx-workspace/bin/package-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export function detectInvokedPackageManager(): PackageManager {
if (!invoker) {
return detectedPackageManager;
}
console.log(invoker.path);
for (const pkgManager of packageManagerList) {
if (invoker.path.includes(pkgManager)) {
detectedPackageManager = pkgManager;
Expand Down

0 comments on commit 2f8aea8

Please sign in to comment.