diff --git a/src/routes/routes.ts b/src/routes/routes.ts index d13db90..2fd97c8 100644 --- a/src/routes/routes.ts +++ b/src/routes/routes.ts @@ -49,9 +49,6 @@ module.exports = function (server: FastifyInstance, opts: unknown, done: () => v query.StudyDate = `${startDate}-${endDate}`; } - logger.info(`Query: ${JSON.stringify(query)} \n`); - logger.info(`URL: ${req.url} \n`); - const json = deepmerge.all(await doFind(QUERY_LEVEL.STUDY, query), options); return reply.send(json); } catch (error) {