From a7768a22d45b36fabbf820370806ead8ebac5df0 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Thu, 22 Feb 2024 22:51:38 +0100 Subject: [PATCH] remove print --- src/card_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/card_types.py b/src/card_types.py index f7883ec..95051c6 100644 --- a/src/card_types.py +++ b/src/card_types.py @@ -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)