Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamFIREcracker committed Jan 30, 2024
1 parent 5aaf4eb commit 2fd1b33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/2023/day20.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
(bnd1 (modules (parse-input strings))
(destructuring-bind (to) (find-that-outputs-into :rx modules)
(dolist (from (find-that-outputs-into (name to) modules))
(print (name from))
(collect! (push-until :high
(name from)
(name to)
Expand Down

0 comments on commit 2fd1b33

Please sign in to comment.