Skip to content

Commit 8542527

Browse files
committed
remove console log
1 parent 226afe9 commit 8542527

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/Search.res

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ let transformItems = (items: DocSearch.transformItems) => {
8484
| _ => 0. // both same API status - maintain original order
8585
}
8686
})
87-
->Array.map(item => {
88-
Console.log(("final item", item))
89-
item
90-
})
9187
}
9288

9389
@react.component

0 commit comments

Comments
 (0)