Cleaned the codebase :D

This commit is contained in:
utkarshcmu 2015-10-29 11:28:38 -07:00
parent 2a8904f844
commit a27186e34f

View File

@ -178,7 +178,7 @@ function (angular, _, dateMath) {
return this._performSuggestQuery(tag_values_suggest_query[1], 'tagv').then(responseTransform);
}
return $q.when([{text: "wtf"}]);
return $q.when([]);
};
OpenTSDBDatasource.prototype.testDatasource = function() {