From 3f7b0295bafaa2d12411d058b289ef29aabcd48d Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 9 Dec 2020 18:54:51 -0700 Subject: [PATCH] Cleanup --- core/wfc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/wfc.js b/core/wfc.js index 4d9c951b..7559388d 100644 --- a/core/wfc.js +++ b/core/wfc.js @@ -12,7 +12,6 @@ const Config = require('./config.js').get; const async = require('async'); const _ = require('lodash'); const moment = require('moment'); -const SysInfo = require('systeminformation'); const bunyan = require('bunyan'); exports.moduleInfo = { @@ -160,7 +159,6 @@ exports.getModule = class WaitingForCallerModule extends MenuModule { const now = moment(); - // Some stats we can just fill right away this.stats = { // Date/Time nowDate : now.format(this.getDateFormat()),