Skip to content

Commit 5421c76

Browse files
committed
remove console
1 parent 05a7893 commit 5421c76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/components/next/Dropdown/components/DropdownBoxMode/DropdownBoxMode.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const DropdownBoxMode = () => {
1111
const { multi, searchable, disabled, readOnly, error } = useDropdownContext();
1212

1313
if (!searchable) {
14-
console.error("DropdownBoxMode: boxMode requires searchable to be true");
1514
return null;
1615
}
1716

0 commit comments

Comments
 (0)