Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Nov 28, 2018
1 parent 7f1464b commit 9db9e9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default function query(req, panel, annotation, esQueryConfig, indexPatter

doc.size = 0;
const queries = req.payload.query ? [req.payload.query] : [];
console.log(JSON.stringify(annotation, null, 2));
const filters = !annotation.ignore_global_filters ? req.payload.filters : [];
doc.query = buildEsQuery(indexPattern, queries, filters, esQueryConfig);
const timerange = {
Expand Down

0 comments on commit 9db9e9d

Please sign in to comment.