diff --git a/__init__.py b/__init__.py index 77f3cb5..424c61f 100644 --- a/__init__.py +++ b/__init__.py @@ -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}",