Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bemportato committed Mar 22, 2024
1 parent 873121c commit d549b70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ketchup/src/f-components/f-cell/f-cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ function setEditableCell(
column: KupDataColumn,
props: FCellProps
): unknown {
console.log('setEditableCell', cellType, cell.slotData);
switch (cellType) {
case FCellTypes.AUTOCOMPLETE:
return (
Expand Down

0 comments on commit d549b70

Please sign in to comment.