Skip to content

Commit d0b885d

Browse files
committed
debug
1 parent cae18c3 commit d0b885d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def shorten_string(string, max_width):
9696
''' make limited length string in form:
9797
"the string is very lo...(and 15 more)"
9898
'''
99+
return string
99100
string_len = len(string)
100101
if string_len <= max_width:
101102
return string

0 commit comments

Comments
 (0)