Remove log

This commit is contained in:
Eric Bailey
2024-10-03 10:16:12 -05:00
parent 60471d7db2
commit a8562f0de4
@@ -150,9 +150,6 @@ let ProfileHeaderStandard = ({
style={[a.px_lg, a.pt_md, a.pb_sm, a.overflow_hidden]}
pointerEvents={isIOS ? 'auto' : 'box-none'}>
<View
onLayout={e => {
console.log('height', e.nativeEvent.layout.height)
}}
style={[
{paddingLeft: 90},
a.flex_row,