diff --git a/lib/core/testing.py b/lib/core/testing.py index 8e6fb54d5..48fb1fb54 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -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