From c1f2fba820a00fd2c472c56ce9e02678bb225924 Mon Sep 17 00:00:00 2001 From: Debdut Chakraborty Date: Fri, 19 Aug 2022 10:21:36 +0530 Subject: [PATCH] Remove console.log --- 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 cc1f61a46571..9cb6191348ba 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( () => ({