Cleanup
This commit is contained in:
parent
f5430cb7a6
commit
3f7b0295ba
|
@ -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()),
|
||||||
|
|
Loading…
Reference in New Issue