diff --git a/src/var/lib/tyto/program/check.py b/src/var/lib/tyto/program/check.py index ba355a2..2df8f21 100644 --- a/src/var/lib/tyto/program/check.py +++ b/src/var/lib/tyto/program/check.py @@ -531,7 +531,6 @@ def check_content(post_bottom): for ln, line in enumerate(post_bottom): if line.startswith('_image:'): image_id = line.rsplit(':', 1)[1].rsplit(' ')[0] - print(article_header) if not re.search(r'^image:\s|%s'%image_id, article_header): tyto.exiting("10", "image: %s"%image_id, True)