Bladeren bron

clean code

kaori 4 jaren geleden
bovenliggende
commit
11b5fe0b4d
1 gewijzigde bestanden met toevoegingen van 0 en 4 verwijderingen
  1. 0 4
      packages/app/src/components/InAppNotification/InAppNotificationElm.tsx

+ 0 - 4
packages/app/src/components/InAppNotification/InAppNotificationElm.tsx

@@ -6,10 +6,6 @@ import { HasObjectId } from '~/interfaces/has-object-id';
 import { apiv3Post } from '~/client/util/apiv3-client';
 import FormattedDistanceDate from '../FormattedDistanceDate';
 
-import loggerFactory from '~/utils/logger';
-
-const logger = loggerFactory('growi:InAppNotificationElm');
-
 
 interface Props {
   notification: IInAppNotification & HasObjectId