Skip to content

Commit 6495b2f

Browse files
zhngjanianding1
authored andcommitted
Update leetcode.py
1 parent 891761c commit 6495b2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/leetcode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,6 @@ def _echoerr(s):
769769

770770
def _unescape_with_Chinese(code) :
771771
for ch in set(re.findall(r'\\u\w{4}', code)):
772-
print(ch)
773772
code = code.replace(ch, ch.encode('utf-8').decode('unicode_escape'))
774773
log.info("code is %s", code)
775774
return code.splitlines()

0 commit comments

Comments
 (0)