From e67e092be17cb85c120365034fd119cb51f20cd5 Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Wed, 5 Jun 2024 14:20:53 +0530 Subject: [PATCH] chore: remove debug statement --- electron/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/install.js b/electron/install.js index df784bec9..60c5f633a 100644 --- a/electron/install.js +++ b/electron/install.js @@ -294,7 +294,7 @@ async function setupDarwin(ipcChannel) { if (!isBrewInstalled()) { ipcChannel.send('response', 'Installing Pearl Daemon'); console.log(appendLog('Installing brew')); - console.log(installBrew()); + installBrew(); } console.log(appendLog('Checking python installation'));