Some matching tests

This commit is contained in:
Konstantin Mamalakis 2018-03-09 01:45:22 +02:00 committed by Josh Harvey
parent f8ec2be6e8
commit e7193e3948
5 changed files with 146 additions and 10 deletions

View file

@ -120,7 +120,7 @@ function processProfile (profileNode) {
const birthDatePeriods = mapCompact(processFeature, profileNode.Feature)
const individual = {id, aliases, birthDatePeriods}
debug_log(individual)
// debug_log(individual)
return individual
}