From 721eca4d3e7e745531d68bbf4865624c2592be06 Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Mon, 11 Jul 2022 18:00:50 +0100 Subject: [PATCH] chore: remove debug statement --- reddit/subreddit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/reddit/subreddit.py b/reddit/subreddit.py index 4cfd669..829a3a8 100644 --- a/reddit/subreddit.py +++ b/reddit/subreddit.py @@ -97,7 +97,6 @@ def get_subreddit_threads(POST_ID: str): continue # # see https://github.com/JasonLovesDoggo/RedditVideoMakerBot/issues/78 if not top_level_comment.stickied: sanitised = sanitize_text(top_level_comment.body) - print(sanitised) if not sanitised or sanitised == " ": continue if len(top_level_comment.body) <= int(