chore(archives): add trace logging for content load and finalize well-commented code
This commit is contained in:
@@ -136,6 +136,12 @@ export async function load_ae_obj_li__archive({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 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({
|
||||||
api_cfg,
|
api_cfg,
|
||||||
|
|||||||
Reference in New Issue
Block a user