2
0
kaori 4 жил өмнө
parent
commit
182f308d8e

+ 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);
   }