From f863f4b2711ecb721dda464b577337d7814d6496 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Tue, 27 Apr 2021 12:48:52 -0700 Subject: [PATCH] Removing uncessary print from the get_from_reddit funciton --- app/get_from_reddit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/get_from_reddit.py b/app/get_from_reddit.py index a8a3adae..9095b5f2 100644 --- a/app/get_from_reddit.py +++ b/app/get_from_reddit.py @@ -23,7 +23,6 @@ def get_image(boards, nsfw=False): 'imgur.com', 'media.giphy.com', ] - print("chose %s" % boards) request_string = "https://reddit.com/r/{}/random.json".format(boards) if not nsfw: