Skip to content

Commit

Permalink
Merge pull request #30 from ramsy0dev/enhancements
Browse files Browse the repository at this point in the history
Removed uneeded prints
  • Loading branch information
ramsy0dev committed Jan 11, 2024
2 parents e1d4e9a + 2536e10 commit 7faa318
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions proxycrawler/src/proxycrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,4 @@ def save_proxies_to_file(

output_save_paths.append(protocols[protocol]["output_file_path"])

self.console.log(output_save_paths)

return output_save_paths
1 change: 0 additions & 1 deletion proxycrawler/src/services/geonode.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def fetch_proxies(self) -> list[GeonodeModel]:
headers=headers
)

print(f"{response.status_code = }, {response.content.decode() = }")
if response.status_code != 200:
continue

Expand Down

0 comments on commit 7faa318

Please sign in to comment.