mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 23:48:33 +02:00
✨ Add minor improvements for fdata logging
This commit is contained in:
parent
bd9874cf28
commit
7e803eeca8
3 changed files with 6 additions and 4 deletions
|
@ -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")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue