removed debug tree
This commit is contained in:
parent
2a5a085f9d
commit
ef5131928c
@ -1,20 +1,3 @@
|
|||||||
(define test-tree
|
|
||||||
'("1"
|
|
||||||
("1-1"
|
|
||||||
("1-1-1"
|
|
||||||
("1-1-1-1")
|
|
||||||
("1-1-1-2"))
|
|
||||||
("1-1-2"
|
|
||||||
("1-1-2-1"
|
|
||||||
("1-1-2-1-1")
|
|
||||||
("1-1-2-1-2")
|
|
||||||
("1-1-2-1-3")
|
|
||||||
("1-1-2-1-4")))
|
|
||||||
("1-1-3"
|
|
||||||
("1-1-3-1"
|
|
||||||
("1-1-3-1-1")
|
|
||||||
("1-1-3-1-2"))))))
|
|
||||||
|
|
||||||
(define (declare-node node-text node-generation)
|
(define (declare-node node-text node-generation)
|
||||||
(string-append ;; "node"
|
(string-append ;; "node"
|
||||||
(number->string node-generation)
|
(number->string node-generation)
|
||||||
|
Reference in New Issue
Block a user