diff --git a/common/src/app/common/logging.cljc b/common/src/app/common/logging.cljc index e678152b12..db7bafe0c8 100644 --- a/common/src/app/common/logging.cljc +++ b/common/src/app/common/logging.cljc @@ -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]