Skip to content

Commit 127eb52

Browse files
fix: remove onLayout console.log
1 parent 60ea07b commit 127eb52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Date/AutoSizer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default function AutoSizer({
1414
const [layout, setLayout] = React.useState<WidthAndHeight | null>(null)
1515
const onLayout = React.useCallback(
1616
(event: any) => {
17-
console.log('onLayout')
1817
const nl = event.nativeEvent.layout
1918

2019
// https://github.com/necolas/react-native-web/issues/1704

0 commit comments

Comments
 (0)