remove debug console.log

This commit is contained in:
liquidex 2024-02-07 12:32:53 +01:00
parent 1fefff0d83
commit 61cce04357

View file

@ -35,7 +35,6 @@ class Branch extends HTMLLIElement {
});
Branch.branchesByNamedID.set(this.id.split(':')[1], this);
console.log(Branch.branchesByNamedID)
}
}