cleanup(misc): remove console.log
This commit is contained in:
parent
be5aeb0424
commit
2f8aea8576
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user