Skip to content

Commit 10a5738

Browse files
committed
Remove some debug prints
1 parent 269fd60 commit 10a5738

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/btree-psi.scm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,15 @@
5656
(DefinedPredicate loop-name)
5757
(SatisfactionLink
5858
(SequentialAnd
59-
(Evaluation (GroundedPredicate "scm: wtf") (ListLink (Node "start")))
6059
(Evaluation (GroundedPredicate "scm: psi-step")
6160
(ListLink))
62-
(Evaluation (GroundedPredicate "scm: wtf") (ListLink (Node "middle")))
6361
(Evaluation (GroundedPredicate "scm: psi-run-continue?")
6462
(ListLink))
65-
(Evaluation (GroundedPredicate "scm: wtf") (ListLink (Node "more")))
6663
; If ROS is dead, or the continue flag not set,
6764
; then stop running the behavior loop.
6865
(DefinedPredicate "ROS is running?")
69-
(Evaluation (GroundedPredicate "scm: wtf") (ListLink (Node "tail")))
7066
(DefinedPredicate loop-name))))
7167

72-
(define (wtf x) (display "heyyyyy\n") (display x)(newline) (stv 1 1))
7368
;; Call (run) to run the main loop, (halt) to pause the loop.
7469
;; The main loop runs in its own thread.
7570
(define (run) (psi-run))

0 commit comments

Comments
 (0)