From 1dd108d25fa958bf06fa0a543ade28bf04b44e4e Mon Sep 17 00:00:00 2001 From: Debdut Chakraborty Date: Fri, 19 Aug 2022 11:08:14 +0530 Subject: [PATCH] Chore: Remove console.log (#26618) --- apps/meteor/client/sidebar/search/SearchList.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/meteor/client/sidebar/search/SearchList.tsx b/apps/meteor/client/sidebar/search/SearchList.tsx index cc1f61a465718..9cb6191348ba3 100644 --- a/apps/meteor/client/sidebar/search/SearchList.tsx +++ b/apps/meteor/client/sidebar/search/SearchList.tsx @@ -197,7 +197,6 @@ const SearchList = forwardRef(function SearchList({ onClose }: SearchListProps, const placeholder = [t('Search'), shortcut].filter(Boolean).join(' '); const { data: items = [], isLoading } = useSearchItems(filterText); - console.log({ items, isLoading }); const itemData = useMemo( () => ({