Less logging

This commit is contained in:
Scott Idem
2024-03-28 19:01:26 -04:00
parent 2b1b2b7d07
commit 741878172c

View File

@@ -216,7 +216,7 @@ async function handle_load_ae_obj_li__sponsorship({account_id, try_cache=true})
})
.finally(function () {
$ae_loc.mod.sponsorships.qry_status = 'done';
console.log('Object list:', $slct.sponsorship_obj_li);
// console.log('Object list:', $slct.sponsorship_obj_li);
});
return ae_sponsorship_obj_li_get_promise;
@@ -344,7 +344,7 @@ async function handle_load_ae_obj_id__sponsorship({sponsorship_id, try_cache=fal
}
$slct.sponsorship_obj = sponsorship_obj_get_result;
console.log(`sponsorship object:`, $slct.sponsorship_obj);
// console.log(`sponsorship object:`, $slct.sponsorship_obj);
}
})
.catch(function (error) {