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
|
@ -10,7 +10,6 @@
|
|||
|
||||
console.log('background page reloaded');
|
||||
console.log('environment:', window.config.environment);
|
||||
extension.notification.init();
|
||||
|
||||
var initialLoadComplete = false;
|
||||
|
||||
|
@ -61,7 +60,6 @@
|
|||
console.log("listening for registration events");
|
||||
Whisper.events.on('registration_done', function() {
|
||||
console.log("handling registration event");
|
||||
extension.keepAwake();
|
||||
init(true);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue