From 7841c3f6408c135ef04af79d3bc7145ef61e831e Mon Sep 17 00:00:00 2001 From: codey Date: Wed, 29 Jan 2025 16:04:09 -0500 Subject: [PATCH] . --- endpoints/lyric_search.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/endpoints/lyric_search.py b/endpoints/lyric_search.py index 44ae854..a31ebc9 100644 --- a/endpoints/lyric_search.py +++ b/endpoints/lyric_search.py @@ -252,10 +252,6 @@ class LyricSearch(FastAPI): if "cache" in result['src']: result['from_cache'] = True - - """ - REMOVE BELOW AFTER TESTING IS DONE - """ if not data.extra: result.pop('src')