Ver Fonte

fix(log): removed logging accidentlally checked in

Torkel Ödegaard há 10 anos atrás
pai
commit
93f3e30cac
2 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 0
      README.md
  2. 0 1
      public/app/plugins/datasource/influxdb/datasource.js

+ 1 - 0
README.md

@@ -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

+ 0 - 1
public/app/plugins/datasource/influxdb/datasource.js

@@ -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;