Skip to content

Commit

Permalink
清除调试print
Browse files Browse the repository at this point in the history
  • Loading branch information
siuze committed Feb 19, 2024
1 parent dcf817b commit 3913458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/构建码表.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ def 添加已用编码(编码):
常用码无重位 = -1
for i in range(len(常用码), 0, -1):
有重码 = False
print(f"查询编码 {常用码[0:i].lower()} / {常用码} 结果:{已用编码字典树.keys(常用码[0:i].lower())}")
if len(已用编码字典树.keys(常用码[0:i].lower())) > 1:
有重码 = True
break
Expand Down

0 comments on commit 3913458

Please sign in to comment.