diff --git a/anki-hsk-creator/__main__.py b/anki-hsk-creator/__main__.py index f12151f..3af3c26 100644 --- a/anki-hsk-creator/__main__.py +++ b/anki-hsk-creator/__main__.py @@ -60,9 +60,6 @@ def main(): v = v[0] results.append(v) else: - print("============================================") - print(f"===================>ERROR: {word} not found") - print("============================================") with out_file.open("w", encoding="utf8", newline="") as csvfile: writer = csv.writer(csvfile, delimiter="\t", quotechar='"')