removed leftover

This commit is contained in:
Bernardo Damele 2013-01-14 10:26:22 +00:00
parent 146d9fedf0
commit 515c1c6205

View File

@ -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