From ae15583248dc5062fccc1420589c344ee482e350 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 29 May 2019 18:16:52 -0700 Subject: remove stray JALC debug code --- python/fatcat_tools/importers/jalc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/fatcat_tools/importers/jalc.py') diff --git a/python/fatcat_tools/importers/jalc.py b/python/fatcat_tools/importers/jalc.py index 914f2884..847a68e2 100644 --- a/python/fatcat_tools/importers/jalc.py +++ b/python/fatcat_tools/importers/jalc.py @@ -64,8 +64,9 @@ def parse_jalc_persons(raw_persons): # all english names, or all japanese names return persons - if len([1 for p in persons if p._lang == 'en']) != len([1 for p in persons if p._lang == 'ja']): - print("INTERESTING: {}".format(persons[0])) + # for debugging + #if len([1 for p in persons if p._lang == 'en']) != len([1 for p in persons if p._lang == 'ja']): + # print("INTERESTING: {}".format(persons[0])) start_lang = persons[0]._lang contribs = [] -- cgit v1.2.3