diff --git a/lib/server/main.js b/lib/server/main.js index 2ae915c0..c891dd7d 100644 --- a/lib/server/main.js +++ b/lib/server/main.js @@ -115,7 +115,6 @@ exports.appcache = srvrequire('appcache'), diffPatch = librequire('diff/diff-match-patch').diff_match_patch, exports.diff = new (librequire('diff').DiffProto)(diffPatch), - exports.users = srvrequire('users'); exports.rest = srvrequire('rest').api, exports.update = srvrequire('update'), exports.ischanged = srvrequire('ischanged');