Skip to content

Commit

Permalink
Removes console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
natalyjazzviolin committed Feb 4, 2025
1 parent 5db69ad commit 5cda6dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Grid/Cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const Cell = memo(

const selectionBorderLeft = rightOfSelectionBorder || rightOfFocus || isFocused;
const selectionBorderTop = belowSelectionBorder || belowFocus || isFocused;
console.log("Only row? ", rowCount === 1);
return (
<div
style={style}
Expand Down

0 comments on commit 5cda6dc

Please sign in to comment.