Skip to content

Commit

Permalink
chore: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Jun 5, 2024
1 parent 734b967 commit e67e092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit e67e092

Please sign in to comment.