mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Removing test print
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user