diff --git a/endpoints/LyricSearch.py b/endpoints/LyricSearch.py index 0fc737c..5a9e2d0 100644 --- a/endpoints/LyricSearch.py +++ b/endpoints/LyricSearch.py @@ -70,7 +70,6 @@ class LyricSearch(FastAPI): ) if not(random_song_requested) and not(query_valid): - logging.debug(f"DEBUG!\nsearchSong: {searchSong}\nsearchArtist: {searchArtist}") return { "err": True, "errorText": "Invalid parameters"