Remove useless console.log

This commit is contained in:
Arnaud Vergnet 2020-09-23 19:08:29 +02:00
parent 1639544810
commit 09ed0058ae

View file

@ -61,7 +61,6 @@ function EquipmentConfirmScreen(props: Props) {
date: getRelativeDateString(start), date: getRelativeDateString(start),
}); });
} }
console.log(buttonText);
return ( return (
<CollapsibleScrollView> <CollapsibleScrollView>
<Card style={{margin: 5}}> <Card style={{margin: 5}}>