Remove debug print.

This commit is contained in:
Christian Bastian
2024-07-20 21:44:13 -04:00
parent 94b6081e22
commit 1a1e6d8ca7

View File

@@ -411,7 +411,6 @@ async def get_model_preview(request):
image_data = image_bytes.getvalue()
response_file_name = os.path.splitext(file_name)[0] + '.' + response_image_format.lower()
print(f"response_file_name: {response_file_name}")
return web.Response(
headers={
"Content-Disposition": f"inline; filename={response_file_name}",