Skip to content

Commit

Permalink
KMS-525b: Removing a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mandyparson committed Feb 14, 2025
1 parent 4ebaac5 commit 41d8034
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup/scripts/toRDF.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,9 @@ const toRDF = async (jsonURL, xmlURL) => {
} = json

const { concept: xmlConcept } = xml
const { changeNotes, creationDate, altSymbols } = xmlConcept
const { changeNotes, creationDate } = xmlConcept
const { changeNote } = changeNotes

if (altSymbols) {
console.log(altSymbols)
console.log(json.uuid)
}

if (lastModifiedDate) {
concept.ele('dcterms:modified').txt(lastModifiedDate)
}
Expand Down

0 comments on commit 41d8034

Please sign in to comment.