Browse Source

Remove scratch ns

Gabriel Horner 3 years ago
parent
commit
ebd481be87
1 changed files with 0 additions and 20 deletions
  1. 0 20
      src/dev-cljs/dev.cljs

+ 0 - 20
src/dev-cljs/dev.cljs

@@ -1,20 +0,0 @@
-(ns dev)
-
-
-(comment
-
- ;; In dict to get unequal counts
- (->> (dissoc dicts :tongue/fallback) (map (fn [[k v]] [k (count v)])) (sort-by second >))
-
- (def q #queue [1 2 3])
- (pop q)
-
- ;; Current repos
- (require '[frontend.state :as state])
- (state/sub [:me :repos])
-
-;; Debugging in query-dsl-test
- (let [db (frontend.db.conn/get-conn test-db)]
-   (prn :DB (datascript.core/q '[:find (pull ?b [*]) :where [?b :block/properties ?prop] [(get ?prop :prop-num)]]
-                               db)))
- )