dbg no longer needed

This commit is contained in:
codey 2024-08-11 07:12:57 -04:00
parent 1b3a519f53
commit a431d76a9a

View File

@ -70,7 +70,6 @@ class LyricSearch(FastAPI):
) )
if not(random_song_requested) and not(query_valid): if not(random_song_requested) and not(query_valid):
logging.debug(f"DEBUG!\nsearchSong: {searchSong}\nsearchArtist: {searchArtist}")
return { return {
"err": True, "err": True,
"errorText": "Invalid parameters" "errorText": "Invalid parameters"