mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
remove console log
This commit is contained in:
parent
b80b775db4
commit
4642409f55
1 changed files with 1 additions and 2 deletions
|
@ -658,8 +658,7 @@ define([
|
|||
}
|
||||
|
||||
// Receive render events
|
||||
scope.$watch('series', function (series) {
|
||||
console.log(series.length);
|
||||
scope.$watch('series', function () {
|
||||
render_panel();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue