mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed debugging code
This commit is contained in:
parent
d9410ed83c
commit
1a6abccd80
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user