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 a19f46b7a74de5bd0bcfe8f03ce1c3df60ecbe83 Author: Robert Newson <[email protected]> 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 55f1b06..c92087f 100644 --- a/src/couch_mrview/src/couch_mrview_util.erl +++ b/src/couch_mrview/src/couch_mrview_util.erl @@ -1251,7 +1251,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;
