diff options
author | Ajay Ramachandran <[email protected]> | 2021-05-26 22:13:06 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-05-26 22:13:06 -0400 |
commit | 0aa346e18e9ee61a75af34f084805f1070c41923 (patch) | |
tree | 09984af3cdc64286999221823c15a8988fd7779a | |
parent | deb0e9b9be24f4770c52842b6d5c403709becd56 (diff) | |
download | SponsorBlock-0aa346e18e9ee61a75af34f084805f1070c41923.tar.gz SponsorBlock-0aa346e18e9ee61a75af34f084805f1070c41923.zip |
Remove unused declaration
-rw-r--r-- | src/popup.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/popup.ts b/src/popup.ts index d07a651d..f265b824 100644 --- a/src/popup.ts +++ b/src/popup.ts @@ -391,8 +391,6 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> { categoryColorCircle.classList.add("dot"); categoryColorCircle.classList.add("sponsorTimesCategoryColorCircle"); - const prefix = utils.shortCategoryName(segmentTimes[i].category) + ": "; - let extraInfo = ""; if (segmentTimes[i].hidden === SponsorHideType.Downvoted) { //this one is downvoted |