0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

Remove console log statement for invalid search in VaultPage component.

This commit is contained in:
Víctor Losada Hernández
2024-08-13 00:51:28 +02:00
parent e4852b7077
commit 8faae1e645

View File

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