Explorar el Código

Debugging home

ErnestoOrtiz2 hace 2 años
padre
commit
16e148faac
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      screens/main/Home_page.js

+ 0
- 1
screens/main/Home_page.js Ver fichero

@@ -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');