Skip to content

Commit 07b3dbc

Browse files
committed
fix(components/compounds): remove useless log
1 parent 5149c84 commit 07b3dbc

File tree

1 file changed

+0
-4
lines changed
  • apps/web/src/web/components/compounds

1 file changed

+0
-4
lines changed

apps/web/src/web/components/compounds/index.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ const ListOfCompounds = (
273273
}, [search.unwrapOrGet('')]);
274274

275275
React.useEffect(() => {
276-
const search = debounceSearch.unwrapOrGet(undefined);
277-
278-
console.log({ search, oldSearch });
279-
280276
debounceSearch.ifSome((search) => {
281277
if (oldSearch !== search) {
282278
switch (props.useNativeRouter) {

0 commit comments

Comments
 (0)