Skip to content

Commit

Permalink
Remove a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
meister committed May 28, 2024
1 parent 31d7f00 commit 9c3532f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lisp/topology/design.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ This is for looking up parts but if the thing returned is not a part then return
(loop
(when (null subtree) (return accumulated-parts))
(let ((info (pop subtree)))
(format t "interpret-subtree info: ~s~%" info)
(cond
((and (consp info) (consp (car info)) (string= (string (car (car info))) "RING"))
(let ((ring-info (cdr (car info))))
Expand Down

0 comments on commit 9c3532f

Please sign in to comment.