瀏覽代碼

clean code

kaori 4 年之前
父節點
當前提交
182f308d8e
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
   }