2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 09:39:02 +00:00

Remove log

This commit is contained in:
zweicoder 2016-01-30 12:06:14 +08:00
parent a910914aa4
commit e54e108ce2

View File

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