From 8faae1e645495414e86301964c1662e0f87b0d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Tue, 13 Aug 2024 00:51:28 +0200 Subject: [PATCH] Remove console log statement for invalid search in VaultPage component. --- client/homebrew/pages/vaultPage/vaultPage.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/homebrew/pages/vaultPage/vaultPage.jsx b/client/homebrew/pages/vaultPage/vaultPage.jsx index ff03216a8..4e0db1b82 100644 --- a/client/homebrew/pages/vaultPage/vaultPage.jsx +++ b/client/homebrew/pages/vaultPage/vaultPage.jsx @@ -67,9 +67,6 @@ const VaultPage = (props) => { //Different searches use the update or total props to make only the necessary queries and functions if (!validateForm()) { - console.log( - 'Invalid search, title should be more than 3 characters, or an author specified, and at least one renderer specified.' - ); return; }