mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Cleaning leftover
This commit is contained in:
parent
1b86fffc6d
commit
ad59abe018
|
@ -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…
Reference in New Issue
Block a user