mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-04-22 22:46:16 +00:00
Removed unneeded console.log
This commit is contained in:
@@ -260,7 +260,6 @@ export async function loadWikiTree(
|
|||||||
}
|
}
|
||||||
converted.add(person.Id);
|
converted.add(person.Id);
|
||||||
const indi = convertPerson(person);
|
const indi = convertPerson(person);
|
||||||
console.log(person, indi);
|
|
||||||
if (person.Spouses) {
|
if (person.Spouses) {
|
||||||
Object.values(person.Spouses).forEach((spouse) => {
|
Object.values(person.Spouses).forEach((spouse) => {
|
||||||
const famId = getFamilyId(person.Id, spouse.Id);
|
const famId = getFamilyId(person.Id, spouse.Id);
|
||||||
|
|||||||
Reference in New Issue
Block a user