From bb86f386e9328fd569e1de2a44987d77298a1e02 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 4 May 2022 10:48:31 -0600 Subject: [PATCH] Currently no required MCI codes --- core/wfc.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/wfc.js b/core/wfc.js index 36ed52e9..66bf291f 100644 --- a/core/wfc.js +++ b/core/wfc.js @@ -60,12 +60,6 @@ exports.getModule = class WaitingForCallerModule extends MenuModule { (callback) => { return this.prepViewController('main', FormIds.main, mciData.menu, callback); }, - (callback) => { - // const requiredCodes = [ - // ]; - // return this.validateMCIByViewIds('main', requiredCodes, callback); - return callback(null); - }, (callback) => { const quickLogView = this.viewControllers.main.getView(MciViewIds.main.quickLogView); if (!quickLogView) {