Remove unnecessary console.log()

This commit is contained in:
Yuya Ochiai
2015-12-08 21:58:43 +09:00
parent 46fdc272c6
commit 37462b530d

View File

@@ -7,7 +7,6 @@ const NativeNotification = Notification;
ipc.on('retrieveUnreadCount', function() { ipc.on('retrieveUnreadCount', function() {
var unreadCount = document.getElementsByClassName('unread-title').length; var unreadCount = document.getElementsByClassName('unread-title').length;
ipc.sendToHost('retrieveUnreadCount', unreadCount); ipc.sendToHost('retrieveUnreadCount', unreadCount);
console.log(isLowerThanOrEqualWindows8_1());
}); });
// On Windows 8.1 and Windows 8, a shortcut with a Application User Model ID must be installed to the Start screen. // On Windows 8.1 and Windows 8, a shortcut with a Application User Model ID must be installed to the Start screen.