From c2624f180d2702b009206fba258c594a14bfd54f Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 10 Feb 2025 00:25:16 +0100 Subject: [PATCH] Removed stray console log. --- pages/search/+Page.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/search/+Page.vue b/pages/search/+Page.vue index 6477d67..9675d67 100644 --- a/pages/search/+Page.vue +++ b/pages/search/+Page.vue @@ -124,8 +124,6 @@ const { movieTotal, } = pageContext.pageProps; -console.log(entities); - const query = pageContext.urlParsed.search.q;