From 5897d78709e540622003633306a119dad3f0cc0c Mon Sep 17 00:00:00 2001 From: Sam Ritchie Date: Fri, 25 Aug 2023 12:01:38 -0600 Subject: [PATCH] fix: remove bottomless pr-str --- src/gen/dynamic/trace.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gen/dynamic/trace.clj b/src/gen/dynamic/trace.clj index 188b25c..9e274c5 100644 --- a/src/gen/dynamic/trace.clj +++ b/src/gen/dynamic/trace.clj @@ -59,7 +59,6 @@ Object (equals [this that] (= this that)) - (toString [this] (pr-str this)) IFn (invoke [this k] (.valAt this k))