Skip to content

Commit f183cff

Browse files
authored
fix: remove logs (#30)
1 parent 7c7b312 commit f183cff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/renderers/table.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const TableContextProvider = ({
5858

5959
const setColumnWidth = useCallback(
6060
(index: number, width: number) => {
61-
console.log("setColumnWidth", index, width);
6261
setColumnWidths((prev) => {
6362
const minWidth = Math.max(contentSize.width / columnCount, 64);
6463
const maxWidth = Math.min(contentSize.width, 180);

0 commit comments

Comments
 (0)