got rid of useless print

This commit is contained in:
Luke Ogburn
2022-04-05 21:22:01 -04:00
parent 3a48b013b8
commit 4a3ed3dc62

View File

@@ -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"