mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
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>
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
// window.ipcRenderer.on('main-process-message', (_event, ...args) => {
|
||||
// console.log('[Receive Main-process message]:', ...args)
|
||||
// })
|
||||
import pino from "pino";
|
||||
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user