From a8562f0de4e029992ff3af150412667f35bb2e6a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 3 Oct 2024 10:16:12 -0500 Subject: [PATCH] Remove log --- src/screens/Profile/Header/ProfileHeaderStandard.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/screens/Profile/Header/ProfileHeaderStandard.tsx b/src/screens/Profile/Header/ProfileHeaderStandard.tsx index b0d4b5cdae..1bdafa92f8 100644 --- a/src/screens/Profile/Header/ProfileHeaderStandard.tsx +++ b/src/screens/Profile/Header/ProfileHeaderStandard.tsx @@ -150,9 +150,6 @@ let ProfileHeaderStandard = ({ style={[a.px_lg, a.pt_md, a.pb_sm, a.overflow_hidden]} pointerEvents={isIOS ? 'auto' : 'box-none'}> { - console.log('height', e.nativeEvent.layout.height) - }} style={[ {paddingLeft: 90}, a.flex_row,