aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-12-30 23:13:39 -0500
committerAjay <[email protected]>2022-12-30 23:13:39 -0500
commit4a4b281495490e554cc223531e71dd3b814c05e8 (patch)
tree27c809a5c384419d68e21bd2c880ea269458f61e /src
parentb9b43513b427c698130d5beae5d1d10ec2cea2ea (diff)
downloadSponsorBlock-4a4b281495490e554cc223531e71dd3b814c05e8.tar.gz
SponsorBlock-4a4b281495490e554cc223531e71dd3b814c05e8.zip
Remove log
Diffstat (limited to 'src')
-rw-r--r--src/render/CategoryPill.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/render/CategoryPill.tsx b/src/render/CategoryPill.tsx
index 8760b82a..28cef014 100644
--- a/src/render/CategoryPill.tsx
+++ b/src/render/CategoryPill.tsx
@@ -80,8 +80,6 @@ export class CategoryPill {
} else {
this.unsavedState = newState;
}
-
- console.log(this.unsavedState, this.ref.current?.state, "visible");
}
async setSegment(segment: SponsorTime): Promise<void> {