🔧 Remove trace

This commit is contained in:
Andrés Moya 2024-05-24 10:37:53 +02:00
parent 3bf76e8d0f
commit 7bcb2b928d
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@
(when-not ^boolean (-validate s value)
(let [hint (d/nilv dm/*assert-context* "check error")
explain (-explain s value)]
(println (humanize-explain explain))
(throw (ex-info hint {:type :assertion
:code :data-validation
:hint hint