mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
removed pdb tracing
This commit is contained in:
parent
0debc95ad4
commit
2a07af2294
|
@ -117,8 +117,6 @@ class Web:
|
|||
query = agent.postfixQuery(query)
|
||||
payload = agent.payload(newValue=query)
|
||||
page = Request.queryPage(payload)
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
return page
|
||||
|
||||
def webInit(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user