fix: remove unnecessary log

This commit is contained in:
msramalho
2023-07-11 12:17:15 +01:00
parent 4d80ee6f02
commit 086a9e6c84

View File

@@ -49,7 +49,6 @@ class TelegramArchiver(Archiver):
if video is None:
logger.warning("could not find video")
image_tags = s.find_all(class_="tgme_widget_message_photo_wrap")
logger.info(image_tags)
image_urls = []
for im in image_tags: