diff --git a/electron/ipc/example.js b/electron/ipc/example.js index 33a4350..53ecf1a 100644 --- a/electron/ipc/example.js +++ b/electron/ipc/example.js @@ -180,8 +180,6 @@ exports.removeViewContent = function () { * 电源监控 */ exports.initPowerMonitor = function (event, channel, arg) { - - console.log('[electron] [ipc] [example] [initPowerMonitor] 结果:', arg); powerMonitor.on('on-ac', (e) => { let data = { type: 'on-ac',