removed unrequired variable (error on merge from master)

parent 02696c8b
...@@ -32,15 +32,6 @@ function (angular, _, kbn) { ...@@ -32,15 +32,6 @@ function (angular, _, kbn) {
return []; return [];
} }
var templateData = {
series: target.series,
column: target.column,
func: target.function,
condition: target.condition_joined,
timeFilter: getTimeFilter(options),
interval: target.interval || options.interval
};
var timeFilter = getTimeFilter(options); var timeFilter = getTimeFilter(options);
if (target.rawQuery) { if (target.rawQuery) {
......
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