Skip to content

Commit

Permalink
Chore: Remove console.log (#26618)
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb authored and csuarez committed Aug 26, 2022
1 parent 0486728 commit 1dd108d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/client/sidebar/search/SearchList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
() => ({
Expand Down

0 comments on commit 1dd108d

Please sign in to comment.