Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
worleydl committed Oct 13, 2022
1 parent 0ada699 commit cca1421
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion services/esUrlSvc.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ angular.module('o19s.splainer-search')
* Builds ES URL of the form [protocol]://[host][:port]/[index]/[type]/[id]/_explain
* for an ES document.
*
* For newer versions of ES the format is as doc types are deprecated:
* For newer versions of ES the format has changed as doc types are deprecated:
* [protocol]://[host][:port]/[index]/_explain/[id]
*
*/
Expand Down
2 changes: 0 additions & 2 deletions services/searchSvc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

// const { option } = require('grunt');

// Executes a generic search and returns
// a set of generic documents
angular.module('o19s.splainer-search')
Expand Down

0 comments on commit cca1421

Please sign in to comment.