Minor adjustment

This commit is contained in:
Miroslav Stampar
2016-06-03 09:48:49 +02:00
parent d7d565415a
commit 0e65043c84
2 changed files with 1 additions and 4 deletions

View File

@@ -48,9 +48,6 @@ def action():
elif kb.nullConnection:
errMsg += ". You can try to rerun without using optimization "
errMsg += "switch '%s'" % ("-o" if conf.optimize else "--null-connection")
else:
errMsg += ". Support for this DBMS will be implemented at "
errMsg += "some point"
raise SqlmapUnsupportedDBMSException(errMsg)