logging: removed logging from panel loader

This commit is contained in:
Torkel Ödegaard 2017-12-15 15:43:32 +01:00
parent 36fe8f5873
commit 4112abd699

View File

@ -23,7 +23,6 @@ export class PanelLoader {
return {
destroy: () => {
console.log('AttachedPanel:Destroy, id' + panel.id);
panelScope.$destroy();
compiledElem.remove();
}