Browse Source

Debugging home

ErnestoOrtiz2 2 years ago
parent
commit
16e148faac
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      screens/main/Home_page.js

+ 0
- 1
screens/main/Home_page.js View File

@@ -49,7 +49,6 @@ export function Home_page({navigation}) {
49 49
     responseListener.current = Notifications.addNotificationResponseReceivedListener(response => {
50 50
       console.log("response", response);
51 51
       console.log("response date", response.notification.date);
52
-      console.log("response date", appointments[0]._id);
53 52
       const idDate = response.notification.date;
54 53
       if (response.notification.request.content.body == 'Le solicitan una cita'){
55 54
         navigation.navigate('Confirm');