Browse Source

Remove useless console.log

Arnaud Vergnet 3 years ago
parent
commit
09ed0058ae
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/screens/Amicale/Equipment/EquipmentConfirmScreen.tsx

+ 0
- 1
src/screens/Amicale/Equipment/EquipmentConfirmScreen.tsx View File

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

Loading…
Cancel
Save