Skip to content

Commit 88445ea

Browse files
committed
Fix viewer count source exclusion helper
1 parent f4df571 commit 88445ea

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

background.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ function getCachedCommaList(value, lowerCase = false, keepEmpty = false) {
5353
return entries;
5454
}
5555

56-
function getSettingTextValue(settingName) {
57-
const entry = settings[settingName];
58-
if (entry && typeof entry === "object" && !Array.isArray(entry) && "textsetting" in entry) {
59-
return entry.textsetting || "";
60-
}
61-
return entry || "";
62-
}
63-
6456
function normalizeSourceType(sourceType) {
6557
return String(sourceType || "").trim().toLowerCase();
6658
}

0 commit comments

Comments
 (0)