diff --git a/py/services.py b/py/services.py index 184f7c5..cfc667f 100644 --- a/py/services.py +++ b/py/services.py @@ -290,5 +290,4 @@ async def migrate_legacy_information(): with open(description_path, "w", encoding="utf-8", newline="") as f: f.write("\n".join(description_parts)) - utils.print_debug("Completed migrate model information.")