[Search] Remove timeouts and timestamps

Remove timeouts and timestamps which were not effectively doing anything.
This commit is contained in:
Pete Richards
2015-10-16 16:09:51 -07:00
parent a2fce8e56c
commit 12efb47be7
4 changed files with 7 additions and 20 deletions

View File

@ -142,7 +142,6 @@ define([
return {
hits: searchResults,
total: response.data.hits.total,
timedOut: response.data.timed_out
};
};