Skip to content

Commit 473abc4

Browse files
committed
Second comment removed
1 parent 8d35d76 commit 473abc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/templates/snippets/cancerStaging.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function methodTemplate({ code, system }) {
2121

2222
function stagingMethodTemplate({ code, system }) {
2323
if (isCancerStagingSystem(code, system)) {
24-
// NOTE: our general value set lookup should probably return the associate system, since it's available at the VS level
2524
return methodTemplate({ code, system });
2625
} if (code === 'C146985') {
2726
// TODO: fix this HARDCODED special case as delineated by this VS's description http://hl7.org/fhir/us/mcode/ValueSet-mcode-cancer-staging-system-vs.html

0 commit comments

Comments
 (0)