chore(archives): add trace logging for content load and finalize well-commented code
This commit is contained in:
@@ -135,6 +135,12 @@ export async function load_ae_obj_li__archive({
|
|||||||
`*** load_ae_obj_li__archive() *** for_obj_type=${for_obj_type} for_obj_id=${for_obj_id}`
|
`*** load_ae_obj_li__archive() *** for_obj_type=${for_obj_type} for_obj_id=${for_obj_id}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DEBUG: Trace massive content loads
|
||||||
|
if (inc_content_li) {
|
||||||
|
console.warn(`load_ae_obj_li__archive: Loading content for ALL archives in list! Limit: ${limit}`);
|
||||||
|
// console.trace();
|
||||||
|
}
|
||||||
|
|
||||||
ae_promises.load__archive_obj_li = await api
|
ae_promises.load__archive_obj_li = await api
|
||||||
.get_ae_obj_li_v3({
|
.get_ae_obj_li_v3({
|
||||||
|
|||||||
Reference in New Issue
Block a user