mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
logging: removed logging from panel loader
This commit is contained in:
parent
36fe8f5873
commit
4112abd699
@ -23,7 +23,6 @@ export class PanelLoader {
|
||||
|
||||
return {
|
||||
destroy: () => {
|
||||
console.log('AttachedPanel:Destroy, id' + panel.id);
|
||||
panelScope.$destroy();
|
||||
compiledElem.remove();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user