mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
remove console.log
This commit is contained in:
@@ -66,10 +66,6 @@ export const ContainerBottomButton = ({title, onPress, color,shouldShow =false})
|
||||
...getElevation(5),
|
||||
borderRadius: 100,
|
||||
}}
|
||||
onLongPress={(event) => {
|
||||
console.log(event);
|
||||
showContext(event, title);
|
||||
}}
|
||||
onPress={onPress}>
|
||||
<View
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user