Add logging for clearing taskbar attention

// FREEBIE
This commit is contained in:
lilia 2016-02-23 12:41:21 -08:00
parent 4f3d1ed55a
commit d121effe3b
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,6 @@
window.drawAttention = function() {
if (inboxOpened && !inboxFocused) {
console.log('draw attention');
extension.windows.drawAttention(inboxWindowId);
}
};