Explorar el Código

logging: removed logging from panel loader

Torkel Ödegaard hace 8 años
padre
commit
4112abd699
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();
       }