Removing test print

This commit is contained in:
Miroslav Stampar 2015-03-26 15:20:54 +01:00
parent fc0186e029
commit 770cfb6102

View File

@ -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):