diff --git a/management/recipe_sync.py b/management/recipe_sync.py index 5d39bef5..e67b7836 100644 --- a/management/recipe_sync.py +++ b/management/recipe_sync.py @@ -1020,8 +1020,6 @@ def create_new_recipe(recipe_intent, recipe_author): print("Running recipe to capture errors for LLM ...") result = run_recipe(recipe_path) - print("JJJJJJ") - sys.exit() print(result.stderr) # If there was an error, call edit recipe to try and fix it one round