Skip to content

Commit 46f01c7

Browse files
FredrikMWoldtorleifhalseth
authored andcommitted
fix: removes 'item is:' console log from autocomplete (#3788)
1 parent 30039e3 commit 46f01c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/eds-core-react/src/components/Autocomplete/Autocomplete.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ function AutocompleteInner<T>(
383383

384384
const itemToKey = useCallback(
385385
(item: T) => {
386-
console.log(`item is`, item)
387386
return _itemToKey ? _itemToKey(item) : item
388387
},
389388
[_itemToKey],

0 commit comments

Comments
 (0)