removed log

This commit is contained in:
vabene1111
2024-11-23 21:59:40 +01:00
parent 98c95a94bc
commit 78d20e8340

View File

@@ -274,7 +274,6 @@ def get_from_youtube_scraper(url, request):
default_recipe_json['image'] = video.thumbnail_url
if video.description:
default_recipe_json['steps'][0]['instruction'] = automation_engine.apply_regex_replace_automation(video.description, Automation.INSTRUCTION_REPLACE)
print('YOUTUBE RESPONSE', default_recipe_json, video.thumbnail_url)
except Exception:
traceback.print_exc()