mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00: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:
|
||||
exec(code, variables)
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
except Exception, ex:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue