Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 770cfb6

Browse files
committed
Removing test print
1 parent fc0186e commit 770cfb6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/core/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,6 @@ def safeExpandUser(filepath):
15781578
_ = locale.getdefaultlocale()
15791579
retVal = getUnicode(os.path.expanduser(filepath.encode(_[1] if _ and len(_) > 1 else UNICODE_ENCODING)))
15801580

1581-
print retVal
15821581
return retVal
15831582

15841583
def safeStringFormat(format_, params):

0 commit comments

Comments
 (0)