chore: remove log

This commit is contained in:
Methapon2001 2024-07-23 11:24:32 +07:00
parent e397f46791
commit e233869efe

View file

@ -61,8 +61,6 @@ async function logMiddleware(req: Request, res: Response, next: NextFunction) {
...req.app.locals.logData,
};
console.log(obj);
elasticsearch.index({
index: ELASTICSEARCH_INDEX,
document: obj,