summaryrefslogtreecommitdiff
path: root/server/lib/views/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/views/index.js')
-rw-r--r--server/lib/views/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/views/index.js b/server/lib/views/index.js
index 2a8f921..0ce0357 100644
--- a/server/lib/views/index.js
+++ b/server/lib/views/index.js
@@ -22,7 +22,6 @@ marked.setOptions({
var views = module.exports = {
staff: require('./staff'),
- subscription: require('./subscription'),
editor_new: function (req, res) {
if (! req.user) {