mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
fix: Remove console.log
This commit is contained in:
parent
1985027549
commit
70b0165835
@ -84,8 +84,6 @@ function panelHeader($compile) {
|
||||
restrict: 'E',
|
||||
template: template,
|
||||
link: function(scope, elem, attrs) {
|
||||
console.log(elem.html());
|
||||
|
||||
let menuElem = elem.find('.panel-menu');
|
||||
let menuScope;
|
||||
let isDragged;
|
||||
|
Loading…
Reference in New Issue
Block a user