mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
removed pdb tracing
This commit is contained in:
parent
0debc95ad4
commit
2a07af2294
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue