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) } }