mirror of https://github.com/penpot/penpot.git
🔥 Remove unused require of edn reader on loggin ns
This commit is contained in:
parent
ea2d3758f0
commit
5080fcc594
|
|
@ -43,8 +43,6 @@
|
|||
"
|
||||
#?(:cljs (:require-macros [app.common.logging :as l]))
|
||||
(:require
|
||||
#?(:clj [clojure.edn :as edn]
|
||||
:cljs [cljs.reader :as edn])
|
||||
[app.common.data :as d]
|
||||
[app.common.exceptions :as ex]
|
||||
[app.common.pprint :as pp]
|
||||
|
|
|
|||
Loading…
Reference in New Issue