Currently no required MCI codes

This commit is contained in:
Bryan Ashby 2022-05-04 10:48:31 -06:00
parent 09927a6ec1
commit bb86f386e9
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 0 additions and 6 deletions

View File

@ -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) {