add debug log

This commit is contained in:
fyears 2024-03-18 01:30:29 +08:00
parent 4947eb91a2
commit 94a56dabdd
1 changed files with 2 additions and 0 deletions

View File

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