From 28849c701bbccd14cebe335bcc94d6fca3871b3a Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 12 Jun 2020 14:25:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20dinglehopper:=20Remove=20debug?= =?UTF-8?q?=20output?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qurator/dinglehopper/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qurator/dinglehopper/cli.py b/qurator/dinglehopper/cli.py index 2099c57..13543a5 100644 --- a/qurator/dinglehopper/cli.py +++ b/qurator/dinglehopper/cli.py @@ -32,7 +32,6 @@ def gen_diff_report(gt_in, ocr_in, css_prefix, joiner, none): return '{html_t}'.format(html_t=html_t) if isinstance(gt_in, ExtractedText): - print(gt_in.text) if not isinstance(ocr_in, ExtractedText): raise TypeError() # XXX splitting should be done in ExtractedText