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(