From bdf6bb89139aeaa622cfc193f5845d99e828e8f6 Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Tue, 6 Dec 2022 22:56:07 -0300 Subject: [PATCH] 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 --- js/ui/floating/layers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/floating/layers.js b/js/ui/floating/layers.js index cd93961..ebed104 100644 --- a/js/ui/floating/layers.js +++ b/js/ui/floating/layers.js @@ -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"); });