Skip to content

Commit c4a6c9d

Browse files
committed
Log uncrosswalked nodes
1 parent a64c387 commit c4a6c9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/update-ref-organ-crosswalk.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ function subsetCrosswalk(crosswalkRows, gltf) {
3333
OntologyID: node.extras.ontologyid,
3434
label: node.extras.label,
3535
});
36+
} else {
37+
console.log('Uncrosswalked node:', node.name, node.extras);
3638
}
3739
}
3840
return results;

0 commit comments

Comments
 (0)