You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2018/07/26 11:39:01 UTC

[couchdb] 03/04: cleanup

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch user-partitioned-dbs-wip
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit e9ca84b606e5053e1f62af98f4b810659d12eb8a
Author: Robert Newson <rn...@apache.org>
AuthorDate: Mon Jul 23 15:15:45 2018 +0100

    cleanup
---
 src/couch_mrview/src/couch_mrview_util.erl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/couch_mrview/src/couch_mrview_util.erl b/src/couch_mrview/src/couch_mrview_util.erl
index 8d39861..1c89d32 100644
--- a/src/couch_mrview/src/couch_mrview_util.erl
+++ b/src/couch_mrview/src/couch_mrview_util.erl
@@ -1250,7 +1250,6 @@ set_view_options(#mrargs{} = Args, partitioned, false) ->
 
 
 partition_mrargs(#mrargs{} = Args, Options) ->
-couch_log:notice("partition ~p ~p", [Args, Options]),
     case {Args, lists:member(all_docs, Options)} of
         {#mrargs{partition=undefined}, _} ->
             Args;