gaoshuaixing 4 éve
szülő
commit
c51051655c
1 módosított fájl, 0 hozzáadás és 2 törlés
  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',