From 51bf8b9304e351c138108ec49e159f60104bc08b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:34:36 +0000 Subject: [PATCH] refactor(modules): remove commented-out console.log in IPC listener This block of code in `src/modules/processInstall.ts` was leftover debug code and is no longer needed. Removing it improves the maintainability and readability of the file. Co-authored-by: vmomenv <51269338+vmomenv@users.noreply.github.com> --- src/modules/processInstall.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/processInstall.ts b/src/modules/processInstall.ts index 881673ef..1e000a56 100644 --- a/src/modules/processInstall.ts +++ b/src/modules/processInstall.ts @@ -1,6 +1,3 @@ -// window.ipcRenderer.on('main-process-message', (_event, ...args) => { -// console.log('[Receive Main-process message]:', ...args) -// }) import pino from "pino"; import {