remove unncecesarry console log

This commit is contained in:
SethBurkart123
2024-03-28 06:44:38 +11:00
parent ac9c5798be
commit 2af1aa5bd8
-2
View File
@@ -1,7 +1,5 @@
import Browser from "webextension-polyfill";
console.log('hi');
(async () => {
const result = await Browser.storage.local.get();
if (result.DarkMode) {