Skip to content

Commit 849d7bd

Browse files
committed
🔥 Remove logs
1 parent 77034c8 commit 849d7bd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/components/DualListBox/DualListBox.stories.tsx

-14
Original file line numberDiff line numberDiff line change
@@ -240,20 +240,6 @@ export const WithoutCheckbox: StoryObj<DualListBoxProps> = {
240240
);
241241
};
242242

243-
console.log(
244-
items.some(
245-
(item) =>
246-
!allowedIds.includes(item.id) &&
247-
!disallowedIds.includes(item.id) &&
248-
item.items &&
249-
item.items.every(
250-
(nestedItem) =>
251-
!allowedIds.includes(nestedItem.id) &&
252-
!disallowedIds.includes(nestedItem.id),
253-
),
254-
),
255-
);
256-
257243
const candidateItems = React.useMemo(
258244
() =>
259245
items

0 commit comments

Comments
 (0)