Skip to content

Commit

Permalink
remove forgotten console log
Browse files Browse the repository at this point in the history
  • Loading branch information
KaWaite committed Jul 8, 2022
1 parent a395206 commit 6b037ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GridItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export default function GridItem({
[disabled, editing, extendable, extended, id, index, isDragging, isHovered]
);

console.log('hey');
return (
<Draggable draggableId={id} index={index} isDragDisabled={disabled}>
{(provided, snapshot) => (
Expand Down

0 comments on commit 6b037ba

Please sign in to comment.