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

jan pushed a commit to branch rebase/access-2023
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit ff04f72e4e52dace70aa658d81560f384be5623a
Author: Jan Lehnardt <[email protected]>
AuthorDate: Sat Jul 8 15:47:48 2023 +0200

    chore: remove debugging comments
---
 src/couch_index/src/couch_index_updater.erl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/couch_index/src/couch_index_updater.erl 
b/src/couch_index/src/couch_index_updater.erl
index ab84b0955..2ffd954b4 100644
--- a/src/couch_index/src/couch_index_updater.erl
+++ b/src/couch_index/src/couch_index_updater.erl
@@ -159,8 +159,6 @@ update(Idx, Mod, IdxState) ->
                     case IndexName of
                         <<"_design/_access">> ->
                             {ok, Doc} = couch_db:open_doc_int(Db, DocInfo, 
DocOpts),
-                            % TODO: hande conflicted docs in _access index
-                            % probably remove
                             [RevInfo | _] = DocInfo#doc_info.revs,
                             Doc1 = Doc#doc{
                                 meta = [{body_sp, RevInfo#rev_info.body_sp}],

Reply via email to