From 2c05d4c9d54d5323a07a753984747d4a9bd60063 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 11 Oct 2014 03:40:40 +0400 Subject: [PATCH] Remove the deprecation note since it is only confusing these days --- src/clojure/monger/result.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/clojure/monger/result.clj b/src/clojure/monger/result.clj index 33c31c5..9b5ae74 100644 --- a/src/clojure/monger/result.clj +++ b/src/clojure/monger/result.clj @@ -9,8 +9,7 @@ (ns monger.result "Provides functions that determine if a query (or other database operation) - was successful or not. Note that the use of these functions on WriteResult instances - is DEPRECATED as of Monger 1.8.0. + was successful or not. Related documentation guides: