From e93fd69ba83ae39d61e6f588680de31a09d5837d Mon Sep 17 00:00:00 2001 From: Kevin F Date: Sun, 3 Oct 2021 17:08:46 +0000 Subject: [PATCH] remove debug statements --- imgin/get.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/imgin/get.py b/imgin/get.py index 574ad74..0259d0a 100644 --- a/imgin/get.py +++ b/imgin/get.py @@ -27,13 +27,10 @@ def get(url: str, write_dir: str, delete=True): url = 'https://imgur.com/' + url found_url = '' - print('it not album', url) album = False if "gallery" in url: url = url.replace("gallery", "a") - print('it album') if "/a/" in url: - print('it album') album = True if not url.endswith("blog"): url += "/layout/blog"