Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Feb 22, 2024
1 parent d0761fd commit a7768a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/card_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def card_fields_from_dict(data):

targetWord = data.get("targetWord", "")
cjk_found = len(re.findall(r'[\u2e80-\u9fff\uac00-\ud7ff]', targetWord)) > 0
print('foo', cjk_found, targetWord)

targetWordNoSyntax = remove_syntax(targetWord, cjk_found)

Expand Down

0 comments on commit a7768a2

Please sign in to comment.