Skip to content

Commit 03f063e

Browse files
authored
del debug print
1 parent 91bada0 commit 03f063e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scholarly/_proxy_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ def _fp_coroutine(self, timeout=1, wait_time=120):
523523
proxies = {'http://': proxy, 'https://': proxy}
524524
proxy_works = self._check_proxy(proxies)
525525
if proxy_works:
526-
print(proxies)
527526
dirty_proxy = (yield proxy)
528527
t1 = time.time()
529528
else:

0 commit comments

Comments
 (0)