Removed unneeded console.log

This commit is contained in:
Przemek Wiech 2020-03-21 23:50:14 +01:00
parent f8021c0915
commit 618b788972

View File

@ -260,7 +260,6 @@ export async function loadWikiTree(
}
converted.add(person.Id);
const indi = convertPerson(person);
console.log(person, indi);
if (person.Spouses) {
Object.values(person.Spouses).forEach((spouse) => {
const famId = getFamilyId(person.Id, spouse.Id);