From 9f77078fc236d25c7753a26170038b8fc45314dd Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Wed, 18 Dec 2024 21:02:14 +0100 Subject: [PATCH] Silence console output of serial handler --- backend/ipc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/ipc.js b/backend/ipc.js index ab06335..62a404f 100644 --- a/backend/ipc.js +++ b/backend/ipc.js @@ -145,7 +145,7 @@ module.exports = function registerIPCHandlers(win, ipcMain, app, dialog) { }) ipcMain.handle('serial', (event, command, ...args) => { - console.debug('Handling IPC serial command:', command, ...args) + // console.debug('Handling IPC serial command:', command, ...args) return serial[command](...args) }) } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy