We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64c387 commit c4a6c9dCopy full SHA for c4a6c9d
src/update-ref-organ-crosswalk.js
@@ -33,6 +33,8 @@ function subsetCrosswalk(crosswalkRows, gltf) {
33
OntologyID: node.extras.ontologyid,
34
label: node.extras.label,
35
});
36
+ } else {
37
+ console.log('Uncrosswalked node:', node.name, node.extras);
38
}
39
40
return results;
0 commit comments