1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-06-17 20:37:02 +02:00

Removed log entry for missing unload - it's not possible in WebExtensions.

This commit is contained in:
kkapsner 2017-07-18 16:19:06 +02:00
parent c8b451cf2f
commit 72a2904b0a

View File

@ -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 // old code
// const {when: unload} = require("sdk/system/unload"); // const {when: unload} = require("sdk/system/unload");
// unload(function(){ // unload(function(){