From 78d20e834020e9311a062864a922b0e85e3a5a88 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sat, 23 Nov 2024 21:59:40 +0100 Subject: [PATCH] removed log --- cookbook/helper/recipe_url_import.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbook/helper/recipe_url_import.py b/cookbook/helper/recipe_url_import.py index 7ac6eae60..842b43a35 100644 --- a/cookbook/helper/recipe_url_import.py +++ b/cookbook/helper/recipe_url_import.py @@ -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()