This commit is contained in:
Bryan Ashby 2020-12-09 18:54:51 -07:00
parent f5430cb7a6
commit 3f7b0295ba
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ const Config = require('./config.js').get;
const async = require('async'); const async = require('async');
const _ = require('lodash'); const _ = require('lodash');
const moment = require('moment'); const moment = require('moment');
const SysInfo = require('systeminformation');
const bunyan = require('bunyan'); const bunyan = require('bunyan');
exports.moduleInfo = { exports.moduleInfo = {
@ -160,7 +159,6 @@ exports.getModule = class WaitingForCallerModule extends MenuModule {
const now = moment(); const now = moment();
// Some stats we can just fill right away
this.stats = { this.stats = {
// Date/Time // Date/Time
nowDate : now.format(this.getDateFormat()), nowDate : now.format(this.getDateFormat()),