Commit 1a6abccd by Rashid Khan

Removed debugging code

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