Remove debug logging

This commit is contained in:
Will Miao
2025-02-05 09:43:34 +08:00
parent 2947420b00
commit e3f2e4245b
2 changed files with 10 additions and 8 deletions

View File

@@ -135,10 +135,6 @@ class ApiRoutes:
for item in result['items']
]
logger.info(f"API response - Total items: {result['total']}, "
f"Page items: {len(formatted_items)}, "
f"Total pages: {result['total_pages']}")
return web.json_response({
'items': formatted_items,
'total': result['total'],