From 4022d7aa89d6a1462403458ecf3af0e8dd9eba00 Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:29:46 -0400 Subject: [PATCH] Remove test code (#636) --- src/parser/classes/comments/CommentView.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/parser/classes/comments/CommentView.ts b/src/parser/classes/comments/CommentView.ts index f8a8b21f..b51da91b 100644 --- a/src/parser/classes/comments/CommentView.ts +++ b/src/parser/classes/comments/CommentView.ts @@ -43,8 +43,6 @@ export default class CommentView extends YTNode { }; author?: Author; - test: any; - is_liked?: boolean; is_disliked?: boolean; is_hearted?: boolean;