From 9debfa3b276b33f8d3b7c638c782648dcd8c1489 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 5 Dec 2022 23:03:30 +0100 Subject: [PATCH] :paperclip: Minor cange on exception formating --- common/src/app/common/exceptions.cljc | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/src/app/common/exceptions.cljc b/common/src/app/common/exceptions.cljc index 7be8efb342..333af74723 100644 --- a/common/src/app/common/exceptions.cljc +++ b/common/src/app/common/exceptions.cljc @@ -169,9 +169,7 @@ (print-all [cause] (print-summary cause) - (newline) (println "DETAIL:") - (when trace? (print-trace cause))