mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
remove print
This commit is contained in:
parent
1210e8e9f3
commit
066819da6f
1 changed files with 0 additions and 2 deletions
|
@ -15,7 +15,6 @@ class Cleaner:
|
|||
|
||||
@staticmethod
|
||||
def clean(recipe_data: dict, url=None) -> dict:
|
||||
print(recipe_data)
|
||||
"""Main entrypoint to clean a recipe extracted from the web
|
||||
and format the data into an accectable format for the database
|
||||
|
||||
|
@ -67,7 +66,6 @@ class Cleaner:
|
|||
return []
|
||||
|
||||
# One long string split by (possibly multiple) new lines
|
||||
print(instructions)
|
||||
if type(instructions) == str:
|
||||
return [
|
||||
{"text": Cleaner._instruction(line)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue