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-23 15:22:25 +08:00
parent b6862d0c06
commit c77dfe5f27

View File

@ -59,6 +59,5 @@ ipcMain.on('notification', function(event, title, opts) {
if (!isOSX() || mainWindow.isFocused()) {
return;
}
console.log(isOSX());
app.dock.setBadge('●');
});