瀏覽代碼

Removed unused code from datasource.js

utkarshcmu 10 年之前
父節點
當前提交
908e8577bb
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      public/app/plugins/datasource/opentsdb/datasource.js

+ 0 - 4
public/app/plugins/datasource/opentsdb/datasource.js

@@ -14,10 +14,6 @@ function (angular, _, dateMath) {
     this.name = instanceSettings.name;
     this.withCredentials = instanceSettings.withCredentials;
     this.basicAuth = instanceSettings.basicAuth;
-    this.tsdbVersions = [
-      {name: '<=2.1', value: 1},
-      {name: '>=2.2', value: 2},
-    ];
     this.tsdbVersion = instanceSettings.jsonData.tsdbVersion;
     this.supportMetrics = true;
     this.tagKeys = {};