mirror of
https://github.com/PeWu/topola-viewer.git
synced 2025-12-24 03:00:05 +00:00
Removed unneeded console.log
This commit is contained in:
parent
f8021c0915
commit
618b788972
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user