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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user