chore: remove debug statement

pull/880/head
Callum Leslie 3 years ago
parent 302cd35587
commit 721eca4d3e
No known key found for this signature in database
GPG Key ID: D382C4AFEECEAA90

@ -97,7 +97,6 @@ def get_subreddit_threads(POST_ID: str):
continue # # see https://github.com/JasonLovesDoggo/RedditVideoMakerBot/issues/78 continue # # see https://github.com/JasonLovesDoggo/RedditVideoMakerBot/issues/78
if not top_level_comment.stickied: if not top_level_comment.stickied:
sanitised = sanitize_text(top_level_comment.body) sanitised = sanitize_text(top_level_comment.body)
print(sanitised)
if not sanitised or sanitised == " ": if not sanitised or sanitised == " ":
continue continue
if len(top_level_comment.body) <= int( if len(top_level_comment.body) <= int(

Loading…
Cancel
Save