Przeglądaj źródła

remove debug comment

yusuketk 7 lat temu
rodzic
commit
34327de795
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/server/util/search.js

+ 1 - 1
src/server/util/search.js

@@ -743,7 +743,7 @@ SearchClient.prototype.parseQueryString = function(queryString) {
       }
     }
   });
-  console.log(prefixPaths, tags);
+
   return {
     match: matchWords,
     not_match: notMatchWords,