mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
remove unused check
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
[frontend.util.cursor :as cursor]
|
||||
[goog.dom :as gdom]
|
||||
[goog.object :as gobj]
|
||||
[lambdaisland.glogi :as log]
|
||||
[logseq.common.config :as common-config]
|
||||
[logseq.db :as ldb]
|
||||
[logseq.db.common.entity-plus :as entity-plus]
|
||||
@@ -49,7 +48,6 @@
|
||||
(when (nil? worker)
|
||||
(prn :<invoke-db-worker-error qkw)
|
||||
(throw (ex-info "db-worker has not been initialized" {})))
|
||||
(log/info ::invoke-db-worker {:qkw qkw})
|
||||
(apply worker qkw direct-pass? args-list)))
|
||||
|
||||
(defn <invoke-db-worker
|
||||
|
||||
Reference in New Issue
Block a user