From 61cce04357aca104450cc5060557c796219a9692 Mon Sep 17 00:00:00 2001 From: liquidev Date: Wed, 7 Feb 2024 12:32:53 +0100 Subject: [PATCH] remove debug console.log --- static/js/tree.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/tree.js b/static/js/tree.js index 9914758..b7f4185 100644 --- a/static/js/tree.js +++ b/static/js/tree.js @@ -35,7 +35,6 @@ class Branch extends HTMLLIElement { }); Branch.branchesByNamedID.set(this.id.split(':')[1], this); - console.log(Branch.branchesByNamedID) } }