forked from vergnet/application-amicale
Remove useless console.log
This commit is contained in:
parent
1639544810
commit
09ed0058ae
1 changed files with 0 additions and 1 deletions
|
@ -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}}>
|
||||||
|
|
Loading…
Reference in a new issue