diff --git a/cfgov/unprocessed/apps/paying-for-college/js/disclosures/dispatchers/get-api-values.js b/cfgov/unprocessed/apps/paying-for-college/js/disclosures/dispatchers/get-api-values.js index 3f9c2e2a6e9..6da91a5d095 100755 --- a/cfgov/unprocessed/apps/paying-for-college/js/disclosures/dispatchers/get-api-values.js +++ b/cfgov/unprocessed/apps/paying-for-college/js/disclosures/dispatchers/get-api-values.js @@ -89,7 +89,8 @@ const getApiValues = { const warning = document .querySelector('[data-warning]') .getAttribute('data-warning'); - if (warning !== '' && typeof warning !== 'undefined') { + console.log('pre-warning', warning); + /*if (warning !== '' && typeof warning !== 'undefined') { console.log('warning exists', warning); financialView.missingData(warning); const deferred = {}; @@ -98,7 +99,7 @@ const getApiValues = { deferred.reject = reject; }); return deferred; - } + }*/ return Promise.all([ this.constants().then((v) => v.json()), this.expenses().then((v) => v.json()),