kaori před 4 roky
rodič
revize
182f308d8e
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      packages/app/src/server/service/notification.ts

+ 0 - 1
packages/app/src/server/service/notification.ts

@@ -12,7 +12,6 @@ class NortificationService {
     this.notificationEvent = crowi.event('notification');
 
     // init
-    // comments
     this.notificationEvent.on('update', this.notificationEvent.onUpdate);
   }