From bbb660ad5b6448981b6f1cca0c277434b26ca6c8 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:01:40 +0100 Subject: [PATCH] chore(LockupView): Remove debug logging --- src/parser/classes/LockupView.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/parser/classes/LockupView.ts b/src/parser/classes/LockupView.ts index 93d7156cd..142a748b2 100644 --- a/src/parser/classes/LockupView.ts +++ b/src/parser/classes/LockupView.ts @@ -21,7 +21,5 @@ export default class LockupView extends YTNode { this.content_id = data.contentId; this.content_type = data.contentType.replace('LOCKUP_CONTENT_TYPE_', ''); this.on_tap_endpoint = new NavigationEndpoint(data.rendererContext.commandContext.onTap); - console.log(data); - console.log(this); } } \ No newline at end of file