removed debug print

This commit is contained in:
Edward Tirado Jr 2025-06-30 15:37:37 -05:00
parent 9dce0f1ec4
commit f8b4fa4a0e

View file

@ -3,7 +3,6 @@ from movie_db.db_providers.omdb import OMDb
def omdb_search(request):
print("ENTERING MOVIE SEARCH")
query = request.GET.get("q")
if not query:
return JsonResponse({"Error": "Missing query"}, status=400)