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))