mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Removing debug leftover
This commit is contained in:
@@ -229,7 +229,6 @@ def crawl(target, post=None, cookie=None):
|
||||
if match:
|
||||
key = re.sub(r"=[^=&]*", "=", match.group(0)).strip('&')
|
||||
if key not in seen:
|
||||
print(key)
|
||||
results.add(target)
|
||||
seen.add(key)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user