浏览代码

Retrait console.log

Arthur Brandao 5 年之前
父节点
当前提交
e562ec509b
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      app/main/application-menu.js

+ 1 - 4
app/main/application-menu.js

@@ -40,10 +40,7 @@ let template = [
       },
       {
         label: 'Reduire l\'application',
-        click: () => {
-          demo.tray();
-          console.log('tray+notif');
-        }
+        click: demo.tray
       }
     ]
   },