Skip to content

Commit

Permalink
(chore) Remove unused variables (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques authored Nov 7, 2019
1 parent 68b9a10 commit 3c7d74b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
const argv = require('optimist').argv;
const pack = require('./package.json');
const path = require('path');
const fs = require('fs');
const u = require('url');
const _ = require('lodash');
const algoliasearch = require('algoliasearch');
Expand All @@ -18,7 +17,7 @@ const chalk = require('chalk');

const processOne = require('./lib/process');
const sitemap = require('./lib/sitemap');
const dns = require('./lib/dns-cache');
require('./lib/dns-cache');

let sitemapProcessed = 0;
let sitemapCount = 0;
Expand All @@ -38,7 +37,6 @@ try {
config = null;
}

const pkg = require('./package.json');
updateNotifier({pkg: pack}).notify();

if (!_.isObject(config)) {
Expand Down

0 comments on commit 3c7d74b

Please sign in to comment.