mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-24 09:15:29 +01:00
minor fix
This commit is contained in:
parent
6f8d8a15aa
commit
58a4a02b7e
1 changed files with 0 additions and 2 deletions
|
|
@ -1331,8 +1331,6 @@ def parseUnionPage(output, unique=True):
|
|||
if output is None:
|
||||
return None
|
||||
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
data = BigArray()
|
||||
|
||||
if output.startswith(kb.chars.start) and output.endswith(kb.chars.stop):
|
||||
|
|
|
|||
Loading…
Reference in a new issue