Skip to content

Commit b4e33cd

Browse files
committed
remove console log
1 parent 5a7b0e0 commit b4e33cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/module/src/DataViewTh/DataViewTh.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const DataViewTh: FC<DataViewThProps> = ({
6060
const resizeButtonAriaLabel = resizableProps?.resizeButtonAriaLabel || `Resize ${content}`;
6161
const onResize = resizableProps?.onResize || undefined;
6262
const screenreaderText = resizableProps?.screenreaderText || `Column ${width} pixels`;
63-
console.log('sr text', resizableProps?.screenreaderText);
6463

6564
const resizeButtonRef = useRef<HTMLButtonElement>(null);
6665
const setInitialVals = useRef(true);

0 commit comments

Comments
 (0)