mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Removing leftover (from 5593bf2fee
)
This commit is contained in:
parent
5593bf2fee
commit
768e5da589
|
@ -2954,10 +2954,6 @@ def decodeIntToUnicode(value):
|
||||||
retVal = unichr(value)
|
retVal = unichr(value)
|
||||||
else:
|
else:
|
||||||
retVal = getUnicode(raw, conf.charset)
|
retVal = getUnicode(raw, conf.charset)
|
||||||
|
|
||||||
if Backend.isDbms(DBMS.MYSQL):
|
|
||||||
import pdb
|
|
||||||
pdb.set_trace()
|
|
||||||
else:
|
else:
|
||||||
retVal = getUnicode(chr(value))
|
retVal = getUnicode(chr(value))
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user