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

Commit b3a5b41

Browse files
committed
remove console.log
1 parent 23e351b commit b3a5b41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Table.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export function Table(tableData: TableDataType) {
108108
targetColumnId: string,
109109
columnOrder: string[]
110110
): ColumnOrderState => {
111-
console.log("reorderColumn", draggedColumnId, targetColumnId, columnOrder);
112111
columnOrder.splice(
113112
columnOrder.indexOf(targetColumnId),
114113
0,

0 commit comments

Comments
 (0)