cleanup/fix artist_typeahead_handler

This commit is contained in:
2025-02-16 07:49:10 -05:00
parent b15fab98b8
commit e67d2874e4
2 changed files with 2 additions and 3 deletions

View File

@ -87,7 +87,6 @@ class Misc(FastAPI):
'err': True,
'errorText': 'General failure.',
}
logging.info("Found: %s", found_counts)
return found_counts
async def homepage_radio_widget(self) -> JSONResponse: