From 8c4612a4dda17c313d7d3a764b9efcb322d91048 Mon Sep 17 00:00:00 2001 From: Jeff Nelson Date: Mon, 31 Jul 2017 08:30:38 -0400 Subject: [PATCH] remove unused import --- plugins/talk-plugin-toxic-comments/index.js | 2 -- 1 file changed, 2 deletions(-) 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 };