comment out toposort console debug
This commit is contained in:
parent
c87d85edd8
commit
895261e112
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ export const topoSort = (
|
|||
// Put it into the output list
|
||||
output.push(node)
|
||||
} else if (grays.has(node)) {
|
||||
console.debug('Cyclic depenency in topoSort, ignoring')
|
||||
output.push(node)
|
||||
} else if (blacks.has(node)) {
|
||||
// do nothing
|
||||
|
|
Loading…
Add table
Reference in a new issue