From a431d76a9a7a95450104f126f5b50430838ca839 Mon Sep 17 00:00:00 2001 From: codey Date: Sun, 11 Aug 2024 07:12:57 -0400 Subject: [PATCH] dbg no longer needed --- endpoints/LyricSearch.py | 1 - 1 file changed, 1 deletion(-) 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"