mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-16 10:22:42 +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
|
//Different searches use the update or total props to make only the necessary queries and functions
|
||||||
|
|
||||||
if (!validateForm()) {
|
if (!validateForm()) {
|
||||||
console.log(
|
|
||||||
'Invalid search, title should be more than 3 characters, or an author specified, and at least one renderer specified.'
|
|
||||||
);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user