Remove dead code
These are all unused, obsolete, or no-op functions at this point. // FREEBIE
This commit is contained in:
parent
c4ccf7c8e3
commit
bd7f4febaa
9 changed files with 9 additions and 333 deletions
|
@ -30,7 +30,6 @@
|
|||
},
|
||||
update: function() {
|
||||
console.log('updating notifications', this.length);
|
||||
extension.notification.clear();
|
||||
if (this.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
@ -89,7 +88,6 @@
|
|||
onRemove: function() {
|
||||
console.log('remove notification');
|
||||
if (this.length === 0) {
|
||||
extension.notification.clear();
|
||||
return;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue