kaori 4 سال پیش
والد
کامیت
b482f885ba
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/app/src/components/InAppNotification/InAppNotificationDropdown.tsx

+ 0 - 1
packages/app/src/components/InAppNotification/InAppNotificationDropdown.tsx

@@ -90,7 +90,6 @@ const InAppNotificationDropdown: FC = (props) => {
     const limit = 6;
     try {
       const notifications = await props.appContainer.apiv3Get('/in-app-notification/list', { limit });
-      console.log('notificationsHoge', notifications);
       // setNotifications(notifications);
       // setIsLoaded(true);
     }