From acdfa2840f867e686471a8e9ac3f29353fab7dd1 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 27 Oct 2017 10:10:49 -0400 Subject: hi --- components/Search.js | 1 - 1 file changed, 1 deletion(-) (limited to 'components/Search.js') diff --git a/components/Search.js b/components/Search.js index 63c467e..0ce136e 100644 --- a/components/Search.js +++ b/components/Search.js @@ -14,7 +14,6 @@ function routeToItem(item) { function BasicAutocomplete(props) { const { items, onChange } = props; - console.log(props); return ( item.title}> {({ getInputProps, getItemProps, isOpen, inputValue, selectedItem, highlightedIndex }) => ( -- cgit v1.3