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')