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

Commit 5b7ff13

Browse files
committed
log
1 parent 95dcd5c commit 5b7ff13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/cellTypes/FormulaCell.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const FormulaCell = (mdProps: CellComponentProps) => {
2121
const automationInfo = tableState.automations((state) => state.info);
2222

2323
useEffect(() => {
24-
console.log("FormulaCell useEffect");
2524
Promise.resolve().then(async () => {
2625
// If formula cell is empty, do nothing
2726
if (formulaRef.current === null) return;

0 commit comments

Comments
 (0)