Skip to content

Commit 5cda6dc

Browse files
Removes console.log
1 parent 5db69ad commit 5cda6dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Grid/Cell.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export const Cell = memo(
5353

5454
const selectionBorderLeft = rightOfSelectionBorder || rightOfFocus || isFocused;
5555
const selectionBorderTop = belowSelectionBorder || belowFocus || isFocused;
56-
console.log("Only row? ", rowCount === 1);
5756
return (
5857
<div
5958
style={style}

0 commit comments

Comments
 (0)