Ver Fonte

logging: removed logging from panel loader

Torkel Ödegaard há 8 anos atrás
pai
commit
4112abd699
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      public/app/features/dashboard/dashgrid/PanelLoader.ts

+ 0 - 1
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();
       }