mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Remove debug
This commit is contained in:
parent
5ed7071379
commit
efb755849f
1 changed files with 0 additions and 3 deletions
|
@ -19,10 +19,8 @@ define(function (require) {
|
|||
controller: function ($scope) {
|
||||
|
||||
$scope.$watch('data', function () {
|
||||
console.log('data change');
|
||||
_.each($scope.fields, function (field) {
|
||||
if (field.details) {
|
||||
console.log('recomputing ', field.name);
|
||||
$scope.details(field, true);
|
||||
}
|
||||
});
|
||||
|
@ -36,7 +34,6 @@ define(function (require) {
|
|||
count: 5,
|
||||
grouped: true
|
||||
});
|
||||
console.log(field.details);
|
||||
} else {
|
||||
delete field.details;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue