remove unused state

This commit is contained in:
Tienson Qin
2025-09-23 22:29:58 +08:00
parent 47f629061b
commit 77d42bb882
3 changed files with 1 additions and 10 deletions

View File

@@ -54,13 +54,6 @@
(defmethod handle :export-current-db [_]
(state/pub-event! [:db/export-sqlite]))
(defmethod handle :reload-app [_]
(log/error ::db-read-only nil)
;; (if (util/mobile?)
;; (js/window.location.reload)
;; (log/error ::db-read-only nil))
)
(defmethod handle :record-worker-client-id [_ _worker data]
(when-let [client-id (:client-id data)]
(reset! state/*db-worker-client-id client-id)))