mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +01:00
removed leftover
This commit is contained in:
parent
146d9fedf0
commit
515c1c6205
1 changed files with 0 additions and 1 deletions
|
|
@ -249,7 +249,6 @@ def runCase(switches=None, parse=None):
|
|||
except KeyboardInterrupt:
|
||||
raise
|
||||
except SqlmapBaseException, e:
|
||||
print "AHAHAHAH:", e
|
||||
handled_exception = e
|
||||
except Exception, e:
|
||||
unhandled_exception = e
|
||||
|
|
|
|||
Loading…
Reference in a new issue