From 76821c1e432d26fe49b9d36f86aa00a4d4f1a0b6 Mon Sep 17 00:00:00 2001 From: Tim Scott Date: Wed, 27 Mar 2019 23:26:29 -0500 Subject: [PATCH] Remove debug line. --- scrython/cards/search.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scrython/cards/search.py b/scrython/cards/search.py index 3c91a34..77f2381 100644 --- a/scrython/cards/search.py +++ b/scrython/cards/search.py @@ -73,7 +73,6 @@ class Search(FoundationObject): } self.args = urllib.parse.urlencode(self.dict) self.url = 'cards/search?' + self.args - #print("URL: " + self.url) super(Search, self).__init__(self.url)