Remove more unused fns

This commit is contained in:
Gabriel Horner
2022-01-26 12:42:52 -05:00
parent 4ce3db2497
commit b3ee61b1ca
18 changed files with 19 additions and 271 deletions

View File

@@ -113,10 +113,6 @@
(when (sequential? its)
(mapv #(if (map? %) % (bean/->clj %)) its)))
(defn gen-id []
(str (.toString (js/Date.now) 36)
(.. (js/Math.random) (toString 36) (substr 2 4))))
(defn gen-uuid []
(front-db/new-block-id))