mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 03:40:12 +02:00
🚧 dinglehopper: Remove debug output
This commit is contained in:
parent
d4e39d3d26
commit
2579e0220c
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue