Skip to content
Snippets Groups Projects

Remove log

Merged Matthieu BENOIST requested to merge DOS0091629 into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -268,8 +268,6 @@ export class ElasticsearchService {
@@ -268,8 +268,6 @@ export class ElasticsearchService {
},
},
});
});
console.log(request);
return this._http.request<IElasticsearchResponse>('POST', this.elasticSearchUrl, {
return this._http.request<IElasticsearchResponse>('POST', this.elasticSearchUrl, {
body: request,
body: request,
withCredentials: true,
withCredentials: true,
Loading