mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log.
This commit is contained in:
parent
63da02d5f5
commit
07539ebc8f
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class DynamicGraph<T> {
|
|||
* (they will be added by this method). Makes "to" depend on "from".
|
||||
*/
|
||||
fun addEdge(from: T, to: T) {
|
||||
log(1, "@@@@@ NODE $to DEPENDS ON $from")
|
||||
log(3, "Node $from depends on $to")
|
||||
nodes.add(from)
|
||||
nodes.add(to)
|
||||
val fromNode = addNode(from)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue