diff --git a/lib/server/main.js b/lib/server/main.js index d99de67e..6f0fdf54 100644 --- a/lib/server/main.js +++ b/lib/server/main.js @@ -105,7 +105,6 @@ exports.pipe = pipe = srvrequire('pipe'), exports.socket = srvrequire('socket'), exports.console = srvrequire('console'), - exports.express = srvrequire('express'), exports.auth = srvrequire('auth').auth, exports.appcache = srvrequire('appcache'), diffPatch = librequire('diff/diff-match-patch').diff_match_patch,