mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
Cleaning leftover
This commit is contained in:
parent
1b86fffc6d
commit
ad59abe018
1 changed files with 0 additions and 2 deletions
|
|
@ -3110,8 +3110,6 @@ def evaluateCode(code, variables=None):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
exec(code, variables)
|
exec(code, variables)
|
||||||
import pdb
|
|
||||||
pdb.set_trace()
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
raise
|
raise
|
||||||
except Exception, ex:
|
except Exception, ex:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue