mirror of
https://github.com/anvaka/ngraph.path.git
synced 2026-01-25 15:23:38 +00:00
removed debugger
This commit is contained in:
parent
3a9863cab8
commit
2020c67cdb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user