Browse Source

removed debug line

pull/850/head
Stephen Hess 8 years ago
parent
commit
3ae431073d
  1. 1
      controller/placeholder.js

1
controller/placeholder.js

@ -196,7 +196,6 @@ function synthesizeDocs(boundaryCountry, result) {
return placetypeHasNameAndId(hierarchy[placetype]); return placetypeHasNameAndId(hierarchy[placetype]);
}) })
.forEach((placetype) => { .forEach((placetype) => {
// console.error(JSON.stringify(hierarchy[placetype], null, 2));
doc.addParent( doc.addParent(
placetype, placetype,
hierarchy[placetype].name, hierarchy[placetype].name,

Loading…
Cancel
Save