Less logging
This commit is contained in:
@@ -216,7 +216,7 @@ async function handle_load_ae_obj_li__sponsorship({account_id, try_cache=true})
|
|||||||
})
|
})
|
||||||
.finally(function () {
|
.finally(function () {
|
||||||
$ae_loc.mod.sponsorships.qry_status = 'done';
|
$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;
|
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;
|
$slct.sponsorship_obj = sponsorship_obj_get_result;
|
||||||
console.log(`sponsorship object:`, $slct.sponsorship_obj);
|
// console.log(`sponsorship object:`, $slct.sponsorship_obj);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.catch(function (error) {
|
.catch(function (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user