diff --git a/2025/src/user.clj b/2025/src/user.clj index a75b0e1..f964bef 100644 --- a/2025/src/user.clj +++ b/2025/src/user.clj @@ -2,15 +2,10 @@ (:require [clojure.pprint :as pprint])) -(do - (defonce printer (bound-fn* pprint/pprint)) - (add-tap printer)) +(defonce printer (bound-fn* pprint/pprint)) +(add-tap printer) (comment ;; tap debugging - - (remove-tap printer) - - (tap> :test) - ) + (remove-tap printer))