Browse Source

remove debug code

Yuki Takei 6 years ago
parent
commit
6de1d032a7
1 changed files with 0 additions and 1 deletions
  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) {