瀏覽代碼

Debugging home

ErnestoOrtiz2 2 年之前
父節點
當前提交
16e148faac
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      screens/main/Home_page.js

+ 0
- 1
screens/main/Home_page.js 查看文件

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