Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mfortman11 committed Nov 15, 2024
1 parent bd76659 commit 03381cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const SidebarItemsList = ({
onDragStart,
sensitiveSort,
}) => {
console.log(dataFilter);
return (
<div className="flex flex-col gap-1 py-2">
{Object.keys(dataFilter[item.name])
Expand Down

0 comments on commit 03381cc

Please sign in to comment.