Skip to content

Commit e3d01b4

Browse files
Deleted excess comments in app.js
1 parent 29d7f8c commit e3d01b4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/cli/app.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -129,22 +129,6 @@ async function mcodeApp(Client, fromDate, toDate, pathToConfig, pathToRunLogs, d
129129
}
130130
}
131131

132-
133-
134-
135-
// Finally, save the data to disk
136-
// const outputPath = './output';
137-
// if (!fs.existsSync(outputPath)) {
138-
// logger.info(`Creating directory ${outputPath}`);
139-
// fs.mkdirSync(outputPath);
140-
// }
141-
// // For each bundle in our extractedData, write it to our output directory
142-
// extractedData.forEach((bundle, i) => {
143-
// const outputFile = path.join(outputPath, `mcode-extraction-patient-${i + 1}.json`);
144-
// logger.debug(`Logging mCODE output to ${outputFile}`);
145-
// fs.writeFileSync(outputFile, JSON.stringify(bundle), 'utf8');
146-
// });
147-
// logger.info(`Successfully logged ${extractedData.length} mCODE bundle(s) to ${outputPath}`);
148132
return extractedData;
149133
}
150134

0 commit comments

Comments
 (0)