diff options
Diffstat (limited to 'src/chttpd_db.erl')
-rw-r--r-- | src/chttpd_db.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chttpd_db.erl b/src/chttpd_db.erl index 277a33bc..9aae4c6e 100644 --- a/src/chttpd_db.erl +++ b/src/chttpd_db.erl @@ -158,7 +158,6 @@ create_db_req(#httpd{user_ctx=UserCtx}=Req, DbName) -> delete_db_req(#httpd{user_ctx=UserCtx}=Req, DbName) -> case fabric:delete_db(DbName, [{user_ctx, UserCtx}]) of ok -> - % couch_metrics_disk:notify({db_delete, {UserCtx#user_ctx.name, DbName}}), send_json(Req, 200, {[{ok, true}]}); Error -> throw(Error) |