Sfoglia il codice sorgente

logging: removed logging from panel loader

Torkel Ödegaard 8 anni fa
parent
commit
4112abd699
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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();
       }