gaoshuaixing 4 年之前
父節點
當前提交
c51051655c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      electron/ipc/example.js

+ 0 - 2
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',