Skip to content

Commit

Permalink
fix: remove onLayout console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Dec 29, 2020
1 parent 60ea07b commit 127eb52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Date/AutoSizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default function AutoSizer({
const [layout, setLayout] = React.useState<WidthAndHeight | null>(null)
const onLayout = React.useCallback(
(event: any) => {
console.log('onLayout')
const nl = event.nativeEvent.layout

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

0 comments on commit 127eb52

Please sign in to comment.