mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-03 11:45:46 +03:00
removed leftover
This commit is contained in:
parent
146d9fedf0
commit
515c1c6205
|
@ -249,7 +249,6 @@ def runCase(switches=None, parse=None):
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
raise
|
raise
|
||||||
except SqlmapBaseException, e:
|
except SqlmapBaseException, e:
|
||||||
print "AHAHAHAH:", e
|
|
||||||
handled_exception = e
|
handled_exception = e
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
unhandled_exception = e
|
unhandled_exception = e
|
||||||
|
|
Loading…
Reference in New Issue
Block a user