From 2fd1b335f4f85606eafe1a08638a06543291589d Mon Sep 17 00:00:00 2001 From: Matteo Landi Date: Tue, 30 Jan 2024 09:32:08 +0100 Subject: [PATCH] Remove debug logs --- src/2023/day20.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/2023/day20.lisp b/src/2023/day20.lisp index 9959775..08c93cd 100644 --- a/src/2023/day20.lisp +++ b/src/2023/day20.lisp @@ -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)