Browse Source

remove debug code

Yuki Takei 6 năm trước cách đây
mục cha
commit
6de1d032a7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/server/service/search.js

+ 0 - 1
src/server/service/search.js

@@ -119,7 +119,6 @@ class SearchService {
 
   async searchKeyword(keyword, user, userGroups, searchOpts) {
     try {
-      throw new Error('hoge');
       return await this.delegator.searchKeyword(keyword, user, userGroups, searchOpts);
     }
     catch (err) {