Skip to content

Commit cb46806

Browse files
committed
another console log oop
1 parent 57d6f52 commit cb46806

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/routes/api/patients.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ router.delete(
173173
router.post(
174174
'/:id/files/:stepKey/:fieldKey/:fileName',
175175
errorWrap(async (req, res) => {
176-
console.log('hi');
177176
const { id, stepKey, fieldKey, fileName } = req.params;
178177
const patient = await models.Patient.findById(id);
179178
if (patient == null) {

0 commit comments

Comments
 (0)