Skip to content

Commit

Permalink
remove commented line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmccall committed Sep 10, 2014
1 parent 649d62e commit ef9b39e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/generator/ccda/templates/payers.js
Expand Up @@ -51,8 +51,6 @@ module.exports = function (data, codeSystems, isCCD, CCDxml) {
xmlDoc = libCCDAGen.tel(xmlDoc, data[i].participant.performer.phone);
}


//xmlDoc = libCCDAGen.id(xmlDoc, data[i]["participant"]["performer"]["identifiers"]);
xmlDoc = libCCDAGen.code(xmlDoc, data[i]["participant"]["code"]).parent();
xmlDoc = xmlDoc.node('playingEntity');
xmlDoc = libCCDAGen.name(xmlDoc, data[i]["participant"]["name"]);
Expand Down

0 comments on commit ef9b39e

Please sign in to comment.