mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Removing test print
This commit is contained in:
parent
fc0186e029
commit
770cfb6102
|
@ -1578,7 +1578,6 @@ def safeExpandUser(filepath):
|
|||
_ = locale.getdefaultlocale()
|
||||
retVal = getUnicode(os.path.expanduser(filepath.encode(_[1] if _ and len(_) > 1 else UNICODE_ENCODING)))
|
||||
|
||||
print retVal
|
||||
return retVal
|
||||
|
||||
def safeStringFormat(format_, params):
|
||||
|
|
Loading…
Reference in New Issue
Block a user