cleanup(misc): remove console.log
This commit is contained in:
parent
be5aeb0424
commit
2f8aea8576
@ -89,7 +89,6 @@ export function detectInvokedPackageManager(): PackageManager {
|
|||||||
if (!invoker) {
|
if (!invoker) {
|
||||||
return detectedPackageManager;
|
return detectedPackageManager;
|
||||||
}
|
}
|
||||||
console.log(invoker.path);
|
|
||||||
for (const pkgManager of packageManagerList) {
|
for (const pkgManager of packageManagerList) {
|
||||||
if (invoker.path.includes(pkgManager)) {
|
if (invoker.path.includes(pkgManager)) {
|
||||||
detectedPackageManager = pkgManager;
|
detectedPackageManager = pkgManager;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user