mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
fix(log): removed logging accidentlally checked in
This commit is contained in:
parent
52af346ec8
commit
93f3e30cac
@ -130,6 +130,7 @@ You only need to add the options you want to override. Config files are applied
|
||||
|
||||
## Create a pull request
|
||||
Before or after you create a pull request, sign the [contributor license agreement](http://grafana.org/docs/contributing/cla.html).
|
||||
|
||||
## Contribute
|
||||
If you have any idea for an improvement or found a bug do not hesitate to open an issue.
|
||||
And if you have time clone this repo and submit a pull request and help me make Grafana
|
||||
|
@ -43,7 +43,6 @@ function (angular, _, dateMath, InfluxSeries, InfluxQuery) {
|
||||
// build query
|
||||
var queryModel = new InfluxQuery(target);
|
||||
var query = queryModel.render();
|
||||
console.log(query);
|
||||
query = query.replace(/\$interval/g, (target.interval || options.interval));
|
||||
return query;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user