mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
remove unncecesarry console log
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
import Browser from "webextension-polyfill";
|
import Browser from "webextension-polyfill";
|
||||||
|
|
||||||
console.log('hi');
|
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const result = await Browser.storage.local.get();
|
const result = await Browser.storage.local.get();
|
||||||
if (result.DarkMode) {
|
if (result.DarkMode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user