remove console log

This commit is contained in:
ngxson
2020-08-31 19:32:27 +02:00
parent 449bc93c93
commit 0cf7e44a7e
-1
View File
@@ -3,7 +3,6 @@ import SLStorage from "../popup/SLStorage";
function initService() {
browser.runtime.onInstalled.addListener(async function ({ reason }) {
console.log(reason)
if (reason === "install") {
await SLStorage.clear();