removed debugger

This commit is contained in:
Andriy Kashcha 2018-09-02 12:41:23 -07:00
parent 3a9863cab8
commit 2020c67cdb

View File

@ -64,7 +64,6 @@ test('it initializes ids for multiple nodes', (t) => {
v: Math.random() * 100
});
}
debugger;
var heap = new NodeHeap(nodes, {
compare(a, b) {
return a.v - b.v;