Skip to content

Commit f952c61

Browse files
[COMM-7563] remove logs again (#536)
* chore: remove logs * chore: undo --------- Co-authored-by: joachimzeelmaekers <>
1 parent 65e50a4 commit f952c61

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

api/controllers/SearchController.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,6 @@ module.exports = {
279279
var prevPageQuery = _.clone(req.query);
280280
prevPageQuery.page = page - 1;
281281

282-
sails.log.info("keywordSearch()", JSON.stringify({
283-
headers: req.headers,
284-
wantsJson: req.wantsJSON,
285-
}));
286-
287282
es.search({
288283
index: 'rdoc',
289284
body: {
@@ -388,11 +383,6 @@ module.exports = {
388383
packageVersionFilter.push({ term: { latest_version: 1 } });
389384
}
390385

391-
sails.log.info("packageSearch()", JSON.stringify({
392-
headers: req.headers,
393-
wantsJson: req.wantsJSON,
394-
}));
395-
396386
return es.search({
397387
index: 'rdoc',
398388
body: {

0 commit comments

Comments
 (0)