mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Cleaning leftover
This commit is contained in:
parent
1b86fffc6d
commit
ad59abe018
|
@ -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 New Issue
Block a user