From 85e0fe8b9b331fd092f38b41dcb3727ea2f152a5 Mon Sep 17 00:00:00 2001 From: Zen Voich Date: Sat, 20 Jan 2024 12:16:53 +0400 Subject: [PATCH] lint --- cli/commands/install-local.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/commands/install-local.ts b/cli/commands/install-local.ts index 49575711..96c5257d 100644 --- a/cli/commands/install-local.ts +++ b/cli/commands/install-local.ts @@ -10,7 +10,6 @@ export async function installLocal(pkg: string, pkgPath = '', {verbose = false, if (!checkConfigFile()) { return false; } - console.log(pkg, pkgPath) let logUpdate = createLogUpdate(process.stdout, {showCursor: true});