Commit a27186e3 by utkarshcmu

Cleaned the codebase :D

parent 2a8904f8
...@@ -178,7 +178,7 @@ function (angular, _, dateMath) { ...@@ -178,7 +178,7 @@ function (angular, _, dateMath) {
return this._performSuggestQuery(tag_values_suggest_query[1], 'tagv').then(responseTransform); return this._performSuggestQuery(tag_values_suggest_query[1], 'tagv').then(responseTransform);
} }
return $q.when([{text: "wtf"}]); return $q.when([]);
}; };
OpenTSDBDatasource.prototype.testDatasource = function() { OpenTSDBDatasource.prototype.testDatasource = function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment