mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Removing test print
This commit is contained in:
@@ -1578,7 +1578,6 @@ def safeExpandUser(filepath):
|
|||||||
_ = locale.getdefaultlocale()
|
_ = locale.getdefaultlocale()
|
||||||
retVal = getUnicode(os.path.expanduser(filepath.encode(_[1] if _ and len(_) > 1 else UNICODE_ENCODING)))
|
retVal = getUnicode(os.path.expanduser(filepath.encode(_[1] if _ and len(_) > 1 else UNICODE_ENCODING)))
|
||||||
|
|
||||||
print retVal
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
||||||
def safeStringFormat(format_, params):
|
def safeStringFormat(format_, params):
|
||||||
|
|||||||
Reference in New Issue
Block a user