mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Removed senseless debug messsage
This commit is contained in:
parent
e16bab7117
commit
b48213783a
|
@ -271,10 +271,6 @@ class Filesystem:
|
|||
|
||||
fileContent = self.stackedReadFile(rFile)
|
||||
elif Backend.isDbms(DBMS.MYSQL):
|
||||
debugMsg = "going to read the file with UNION query SQL "
|
||||
debugMsg += "injection technique"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
fileContent = self.unionReadFile(rFile)
|
||||
else:
|
||||
errMsg = "none of the SQL injection techniques detected can "
|
||||
|
|
Loading…
Reference in New Issue
Block a user