Skip to content

Commit

Permalink
Remove unnecessarily added line
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Pinho <[email protected]>
  • Loading branch information
tiberio-baptista and Enet4 authored Oct 4, 2023
1 parent 5944633 commit 1f1a1d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ public void onReceive(Task<Iterable<SearchResult>> e) {}
JSONObject obj = dimModel.getJSONObject(depth, offset, psize);
elapsedTime = System.currentTimeMillis() - elapsedTime;
obj.put("elapsedTime", elapsedTime);
obj.put("query", query);
response.getWriter().write(obj.toString());
} catch (Exception e) {
logger.warn("Failed to get DIM", e);
Expand Down

0 comments on commit 1f1a1d7

Please sign in to comment.