aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/search/SearchCategories.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/search/SearchCategories.tsx b/src/components/search/SearchCategories.tsx
index c3c4c518..f016a806 100644
--- a/src/components/search/SearchCategories.tsx
+++ b/src/components/search/SearchCategories.tsx
@@ -13,7 +13,6 @@ const SearchCategories: React.FC = () => {
useEffect(() => {
const loadButtons = async () => {
const localButtons = await getButtons();
- console.log('localButtons: ', localButtons);
await setButtons(localButtons);
};
loadButtons();