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',