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; }