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
The following commit(s) were added to refs/heads/rebase/access-2023 by this
push:
new c06d8b20e chore: remove debug log
c06d8b20e is described below
commit c06d8b20e2ab2b82771c5d9677231b4241ad6b8a
Author: Jan Lehnardt <[email protected]>
AuthorDate: Sat Jul 8 15:30:56 2023 +0200
chore: remove debug log
---
src/chttpd/src/chttpd_db.erl | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/chttpd/src/chttpd_db.erl b/src/chttpd/src/chttpd_db.erl
index d12d6fc29..148ca9806 100644
--- a/src/chttpd/src/chttpd_db.erl
+++ b/src/chttpd/src/chttpd_db.erl
@@ -1988,7 +1988,6 @@ parse_shards_opt("access", _Req, _Value) ->
Err = ?l2b(["The `access` value should be a boolean."]),
throw({bad_request, Err});
parse_shards_opt(Param, Req, Default) ->
- couch_log:error("~n parse_shards_opt Param: ~p, Default: ~p~n", [Param,
Default]),
Val = chttpd:qs_value(Req, Param, Default),
Err = ?l2b(["The `", Param, "` value should be a positive integer."]),
case couch_util:validate_positive_int(Val) of