[flickr] remove debug remains (#6252)

fixes regression introduced in a051e1c9
This commit is contained in:
Mike Fährmann
2024-09-29 10:04:57 +02:00
parent 6c0cce8dff
commit 9a0acbe7c4

View File

@@ -37,7 +37,6 @@ class FlickrExtractor(Extractor):
extract = self.api._extract_format
for photo in self.photos():
try:
1/0
photo = extract(photo)
except Exception as exc:
self.log.warning(