Commit 1a6abccd by Rashid Khan

Removed debugging code

parent d9410ed8
......@@ -88,7 +88,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
enable : false,
query : "*",
size : 20,
field : '@message',
field : '_type',
sort : ['_score','desc']
},
value_field : null,
......@@ -205,9 +205,6 @@ function (angular, app, $, _, kbn, moment, timeSeries) {
queries,
results;
$scope.panel.annotate.enable = true;
$scope.panel.annotate.ids = [1];
if (_.isUndefined(segment)) {
segment = 0;
}
......
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