Remove log

This commit is contained in:
zweicoder 2016-01-30 12:06:14 +08:00
parent a910914aa4
commit e54e108ce2
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ app.on('ready', () => {
label: 'Show',
type: 'normal',
click: function (menuItem) {
console.log(mainWindow);
mainWindow.show();
}
},