Removed stray debug line
This commit is contained in:
parent
b05191a715
commit
6a13fdbfaa
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ export default {
|
||||||
return getFiltered(layers[this.layer || this.tab.layer].clickables, this.clickables);
|
return getFiltered(layers[this.layer || this.tab.layer].clickables, this.clickables);
|
||||||
},
|
},
|
||||||
showMasterButton() {
|
showMasterButton() {
|
||||||
console.log(layers[this.layer || this.tab.layer].clickables?.masterButtonClick, this.showMaster, layers[this.layer || this.tab.layer].clickables?.showMaster)
|
|
||||||
if (layers[this.layer || this.tab.layer].clickables?.masterButtonClick == undefined) {
|
if (layers[this.layer || this.tab.layer].clickables?.masterButtonClick == undefined) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue