I swear I need to learn to delete my console.debugs
Will not merge yet to avoid pull request spam Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
067b81960f
commit
bdf6bb8913
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ const uil = {
|
|||
layers: [],
|
||||
_active: null,
|
||||
set active(v) {
|
||||
console.debug(v);
|
||||
Array.from(this._ui_layer_list.children).forEach((child) => {
|
||||
child.classList.remove("active");
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue