mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-25 17:43:25 +01:00
Removing leftover (from 5593bf2fee)
This commit is contained in:
parent
5593bf2fee
commit
768e5da589
1 changed files with 0 additions and 4 deletions
|
|
@ -2954,10 +2954,6 @@ def decodeIntToUnicode(value):
|
|||
retVal = unichr(value)
|
||||
else:
|
||||
retVal = getUnicode(raw, conf.charset)
|
||||
|
||||
if Backend.isDbms(DBMS.MYSQL):
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
else:
|
||||
retVal = getUnicode(chr(value))
|
||||
except:
|
||||
|
|
|
|||
Loading…
Reference in a new issue