mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Removed log entry for missing unload - it's not possible in WebExtensions.
This commit is contained in:
parent
c8b451cf2f
commit
72a2904b0a
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@
|
|||
});
|
||||
});
|
||||
|
||||
log("TODO: register unload events - do not know how");
|
||||
// log("TODO: register unload events - do not know how - there seems to be no way with a WebExtension");
|
||||
// old code
|
||||
// const {when: unload} = require("sdk/system/unload");
|
||||
// unload(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue