Skip to content
Snippets Groups Projects
Commit a56a74fd authored by Matthieu Benoist's avatar Matthieu Benoist
Browse files

Remove log

parent 89097850
Branches
Tags
1 merge request!126Remove log
......@@ -268,8 +268,6 @@ export class ElasticsearchService {
},
});
console.log(request);
return this._http.request<IElasticsearchResponse>('POST', this.elasticSearchUrl, {
body: request,
withCredentials: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment