This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch 749-fix-couch_peruser-app-structure in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 64ee2b7b90e4b5da804301a527a5388c98c98877 Author: Jan Lehnardt <j...@apache.org> AuthorDate: Mon Oct 9 07:54:39 2017 +0200 simplify couch_persuer.app definition --- src/couch_peruser/src/couch_peruser.app.src | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/couch_peruser/src/couch_peruser.app.src b/src/couch_peruser/src/couch_peruser.app.src index 9859e03..f7c5134 100644 --- a/src/couch_peruser/src/couch_peruser.app.src +++ b/src/couch_peruser/src/couch_peruser.app.src @@ -16,6 +16,5 @@ {registered, []}, {applications, [kernel, stdlib, config, couch, fabric, mem3]}, {mod, {couch_peruser_app, []}}, - {env, []}, - {modules, [couch_peruser, couch_peruser_app, couch_peruser_sup]} + {env, []} ]}. -- To stop receiving notification emails like this one, please contact "commits@couchdb.apache.org" <commits@couchdb.apache.org>.