add debug log

This commit is contained in:
fyears 2024-03-18 01:30:29 +08:00
parent 4947eb91a2
commit 94a56dabdd

View File

@ -491,6 +491,8 @@ export const ensembleMixedEnties = async (
} }
} }
console.debug("in the end of ensembleMixedEnties, finalMappings is:");
console.debug(finalMappings);
return finalMappings; return finalMappings;
}; };