Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 0b9bfda

Browse files
committed
fixup! fixup! fixup! fixup! wip
1 parent 62194a7 commit 0b9bfda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mixed-graph-resolve.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ function resolve(mixedGraph, startVertices, tech, backsort) {
9797
if (!weak && _orderedVisits[fromVertex.id] === false) {
9898
if (crumbs.filter(c => (c.entity.id === fromVertex.entity.id) &&
9999
(!c.tech || c.tech === fromVertex.tech)).length) {
100-
console.log('THROW', weak, crumbs.map(v => v.id));
101100
throw new CircularDependencyError(crumbs.concat(fromVertex)); // TODO: правильно считать цикл
102101
}
103102
}

0 commit comments

Comments
 (0)