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 7653f106856..3f9c2e2a6e9 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 @@ -90,6 +90,7 @@ const getApiValues = { .querySelector('[data-warning]') .getAttribute('data-warning'); if (warning !== '' && typeof warning !== 'undefined') { + console.log('warning exists', warning); financialView.missingData(warning); const deferred = {}; deferred.promise = new Promise((resolve, reject) => {