From fa5b0143744c9d7065af961626714308b3a0af2b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 1 May 2017 16:01:04 -0400 Subject: [PATCH] Remove unused dep --- source/modules/helpers/theme_helpers.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/modules/helpers/theme_helpers.js b/source/modules/helpers/theme_helpers.js index 16c96b1..16b87ab 100644 --- a/source/modules/helpers/theme_helpers.js +++ b/source/modules/helpers/theme_helpers.js @@ -2,7 +2,6 @@ // Node modules const Cheerio = require('cheerio'); -const Fs = require('fs'); const He = require('he'); const Moment = require('moment'); const Path = require('path'); @@ -158,7 +157,6 @@ module.exports = (dust) => { return chunk.map((chunk) => { const locals = context.options.locals; const MakeUrl = require(Path.join(__basedir, 'source/modules/make_url.js'))(locals.Settings); - let isEditor = context.options.locals.isEditor; let toolbar = Path.join(__basedir, 'source/views/partials/theme_toolbar.dust'); let script = MakeUrl.raw('assets/js/tinymce.bundle.js');