Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit de1b92e

Browse files
Remove debugging print
1 parent b0c428a commit de1b92e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pubproxpy/fetcher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,6 @@ def get_proxies(self, amount):
206206
if self._exclude_used:
207207
self._shared.used |= set(temp)
208208

209-
print(f"{temp} {self._proxies}")
210-
211209
return temp
212210

213211
def _fetch(self):

0 commit comments

Comments
 (0)