diff --git a/public/app/features/dashboard/dashgrid/PanelLoader.ts b/public/app/features/dashboard/dashgrid/PanelLoader.ts index 567043584a5..a9aa07f5b16 100644 --- a/public/app/features/dashboard/dashgrid/PanelLoader.ts +++ b/public/app/features/dashboard/dashgrid/PanelLoader.ts @@ -23,7 +23,6 @@ export class PanelLoader { return { destroy: () => { - console.log('AttachedPanel:Destroy, id' + panel.id); panelScope.$destroy(); compiledElem.remove(); }