refac: rm print statement

This commit is contained in:
Timothy Jaeryang Baek 2025-01-29 21:36:05 -08:00
parent cd088b2f71
commit 33fffd6b1d

View File

@ -173,8 +173,6 @@ async def generate_title(
flags=re.S, flags=re.S,
).strip() ).strip()
print(messages)
content = title_generation_template( content = title_generation_template(
template, template,
messages, messages,