🔥 Remove unused require of edn reader on loggin ns

This commit is contained in:
Andrey Antukh 2025-11-26 19:26:59 +01:00
parent ea2d3758f0
commit 5080fcc594
1 changed files with 0 additions and 2 deletions

View File

@ -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]