diff --git a/helper.py b/helper.py index 4cab728..81ab600 100644 --- a/helper.py +++ b/helper.py @@ -43,7 +43,6 @@ class helper(): # reddit helper method to return the post type def get_post_type(post): - print(post.url) if post.url[8] == 'i': return "image" if post.url[8] == 'v': return "video" if post.url[23:30] == "gallery": return "gallery"