refactor: remove console.log from popover component (#911)
This commit is contained in:
committed by
László Monda
parent
9a0b0f9df1
commit
5fd555c214
@@ -191,7 +191,6 @@ export class PopoverComponent implements OnChanges {
|
|||||||
const allowOnlyLayerTab = tab.tabName === TabName.Layer && this.currentLayer !== 0;
|
const allowOnlyLayerTab = tab.tabName === TabName.Layer && this.currentLayer !== 0;
|
||||||
|
|
||||||
tabHeader.disabled = allowOnlyLayerTab && tabHeader.tabName !== TabName.Layer;
|
tabHeader.disabled = allowOnlyLayerTab && tabHeader.tabName !== TabName.Layer;
|
||||||
console.log(tabHeader);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user