diff --git a/plugins/talk-plugin-toxic-comments/index.js b/plugins/talk-plugin-toxic-comments/index.js index 9bceaf494..10651ec9d 100644 --- a/plugins/talk-plugin-toxic-comments/index.js +++ b/plugins/talk-plugin-toxic-comments/index.js @@ -1,7 +1,5 @@ -const perspective = require('./server/perspective'); const router = require('./server/router'); module.exports = { - perspective, router };