Skip to content
This repository has been archived by the owner on Jun 28, 2018. It is now read-only.

Optical images handling and some other changes #6

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion esConnector.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ module.exports.esSearchResults = function(args, docType) {
from: args.offset,
size: args.limit
};
logger.info(JSON.stringify(body));
console.time('esQuery');

return es.search(request).then((resp) => {
Expand Down
Loading