Add minor improvements for fdata logging

This commit is contained in:
Andrey Antukh 2024-03-22 12:58:50 +01:00
parent bd9874cf28
commit 7e803eeca8
3 changed files with 6 additions and 4 deletions

View file

@ -37,7 +37,6 @@
(:require
[app.common.fressian :as fres]
[app.common.logging :as l]
[app.common.transit :as t]
[app.common.uuid :as uuid]
[app.util.time :as dt]
@ -78,8 +77,6 @@
IPointerMap
(load! [_]
(l/trace :hint "pointer-map:load" :id (str id))
(when-not *load-fn*
(throw (UnsupportedOperationException. "load is not supported when *load-fn* is not bind")))