diff --git a/src/monger/core.clj b/src/monger/core.clj index a53e8b3..83cc57b 100644 --- a/src/monger/core.clj +++ b/src/monger/core.clj @@ -23,13 +23,6 @@ (def ^:dynamic ^WriteConcern *mongodb-write-concern* WriteConcern/NORMAL) -;; -;; Protocols -;; - - - - ;; ;; API ;; @@ -47,4 +40,3 @@ (.getDB *mongodb-connection* name)) ([^Mongo connection, ^String name] (.getDB connection name))) -