Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarenerd committed Mar 29, 2024
1 parent 988f9ec commit 5a613ce
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ interface ColumnSelectorCellProps {
* @returns The rendered component.
*/
export const ColumnSelectorCell = (props: ColumnSelectorCellProps) => {
console.log(`column_name: ${props.columnSchema.column_name} type_display: ${props.columnSchema.type_display} type_name: ${props.columnSchema.type_name} type_size: ${props.columnSchema.type_size} precision: ${props.columnSchema.precision}`);

// Render.
return (
<Button className='column-selector-cell' onPressed={props.onPressed}>
Expand Down

0 comments on commit 5a613ce

Please sign in to comment.