Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Remove Print
Browse files Browse the repository at this point in the history
  • Loading branch information
knassar702 committed Oct 31, 2021
1 parent e5b0d52 commit 2fc53dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/python/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ def send_request(self, method: str, url: str, second_url: Union[str, None] = Non

params = dict(parse_qsl(urlparse(url).query))
if second_url is not None:
print(params)
return self.http.send(method, second_url.split('?')[0], body = params)
#print(params)
#print(5)
return self.http.send(method, url.split('?')[0], body = params)

def transform_path_to_module_import(self, path: str) -> str:
Expand Down

0 comments on commit 2fc53dc

Please sign in to comment.