1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +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
// const {when: unload} = require("sdk/system/unload");
// unload(function(){