Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 751b3b2

Browse files
committed
logggg
1 parent 5ef9931 commit 751b3b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Cell.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function getFilePath(cellValue: string): string {
2828
}
2929

3030
export default function DefaultCell(cellProperties: Cell) {
31-
console.log("render cell");
3231
const dataDispatch = (cellProperties as any).dataDispatch;
3332
/** Initial state of cell */
3433
const initialValue = cellProperties.value;

0 commit comments

Comments
 (0)