remove debug console.log
This commit is contained in:
parent
1fefff0d83
commit
61cce04357
|
@ -35,7 +35,6 @@ class Branch extends HTMLLIElement {
|
||||||
});
|
});
|
||||||
|
|
||||||
Branch.branchesByNamedID.set(this.id.split(':')[1], this);
|
Branch.branchesByNamedID.set(this.id.split(':')[1], this);
|
||||||
console.log(Branch.branchesByNamedID)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue