Skip to content

Commit ce73f74

Browse files
Removed extraneous comment
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent f14f2f4 commit ce73f74

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

js/formDataToJson.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ async function createCodeJson(data) {
7979
const codeJson = await populateCodeJson(data);
8080

8181
const jsonString = JSON.stringify(codeJson, null, 2);
82-
// const blob = new Blob([jsonString], { type: "application/json" });
8382
document.getElementById("json-result").value = jsonString;
8483
}
8584

0 commit comments

Comments
 (0)