mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Remove log.
This commit is contained in:
parent
1a029e4a56
commit
98d4a6542c
1 changed files with 0 additions and 3 deletions
|
@ -129,9 +129,6 @@ class DynamicGraph<T> {
|
|||
* Add a node to the graph.
|
||||
*/
|
||||
fun addNode(value: T) : T {
|
||||
if (value.toString().contains("clean")) {
|
||||
println("DONOTCOMMIT")
|
||||
}
|
||||
nodes.add(value)
|
||||
nodesReady.add(value)
|
||||
return value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue