diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index 3519bec1..6a35fd4f 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -1367,8 +1367,7 @@ async function pruneInstallOrders(installOrders) { let newVal = newOrders[pkgManager] for (const pkg of newOrders[pkgManager]) { try { - console.log(pkg) - runCommand('Pruning ${pkg} if it is already installed by Homebrew', `brew list ${pkg}`) + runCommand(`Pruning packages that are already installed via Homebrew - ${pkg}`, `brew list ${pkg}`) newVal = newVal.filter(x => x === pkg) } catch (e) { // Do nothing