From 4f398d842e56a2ebcbe450e41f50828576974a61 Mon Sep 17 00:00:00 2001
From: Jay Sitter <jay@jaysitter.com>
Date: Sun, 25 Jun 2023 22:01:24 -0400
Subject: [PATCH] fix: Remove unused comment

---
 src/shared/components/post/post-listing.tsx | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx
index 8815336..75a431d 100644
--- a/src/shared/components/post/post-listing.tsx
+++ b/src/shared/components/post/post-listing.tsx
@@ -1755,10 +1755,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
     setupTippy();
   }
 
-  // handleShowPreview(i: PostListing) {
-  //   return null;
-  // }
-
   get pointsTippy(): string {
     const points = I18NextService.i18n.t("number_of_points", {
       count: Number(this.postView.counts.score),
-- 
2.44.1