refactor: remove console.log from popover component (#911)

This commit is contained in:
Róbert Kiss
2019-02-02 02:12:20 +01:00
committed by László Monda
parent 9a0b0f9df1
commit 5fd555c214

View File

@@ -191,7 +191,6 @@ export class PopoverComponent implements OnChanges {
const allowOnlyLayerTab = tab.tabName === TabName.Layer && this.currentLayer !== 0;
tabHeader.disabled = allowOnlyLayerTab && tabHeader.tabName !== TabName.Layer;
console.log(tabHeader);
}
}