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 f4401744b3e2a7dd4dbae318eb83a5acdcd92267 Author: Jan Lehnardt <[email protected]> AuthorDate: Sat Jul 8 16:22:54 2023 +0200 chore: remove debugging comment --- src/mem3/src/mem3_shards.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mem3/src/mem3_shards.erl b/src/mem3/src/mem3_shards.erl index f6c0bc3d7..f48bfdb8a 100644 --- a/src/mem3/src/mem3_shards.erl +++ b/src/mem3/src/mem3_shards.erl @@ -362,7 +362,6 @@ changes_callback({stop, EndSeq}, _) -> changes_callback({change, {Change}, _}, _) -> DbName = couch_util:get_value(<<"id">>, Change), Seq = couch_util:get_value(<<"seq">>, Change), - %couch_log:error("~nChange: ~p~n", [Change]), case DbName of <<"_design/", _/binary>> -> ok;
