Remove debug line.

This commit is contained in:
Tim Scott 2019-03-27 23:26:29 -05:00
parent 48815952e5
commit 76821c1e43
1 changed files with 0 additions and 1 deletions

View File

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