kaori 4 лет назад
Родитель
Сommit
7b36d79835

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

@@ -7,9 +7,6 @@ import loggerFactory from '~/utils/logger';
 import AppContainer from '../../client/services/AppContainer';
 import { withUnstatedContainers } from '../UnstatedUtils';
 import { InAppNotification as IInAppNotification } from '../../interfaces/in-app-notification';
-// import DropdownMenu from './InAppNotificationDropdown/DropdownMenu';
-// import Crowi from 'client/util/Crowi'
-// import { Notification } from 'client/types/crowi'
 import { InAppNotification } from './InAppNotification';
 import SocketIoContainer from '../../client/services/SocketIoContainer';
 

+ 0 - 2
packages/app/src/components/InAppNotification/PageCommentNotification.tsx

@@ -8,8 +8,6 @@ interface Props {
   onClick: () => void
 }
 export const PageCommentNotification = (props: Props) => {
-  console.log('propsHOge', props);
-
 
   return (
     <>