Ver código fonte

clean console

Signed-off-by: Gitea <zizhao.chen@zilliz.com>
Gitea 4 anos atrás
pai
commit
400d89d685
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      express/src/middlewares/validation.ts

+ 0 - 1
express/src/middlewares/validation.ts

@@ -30,7 +30,6 @@ export const dtoValidationMiddleware = (
         } else {
           // sanitize the object and call the next middleware
           sanitize(dtoObj);
-          console.log(dtoObj);
           req.body = dtoObj;
           next();
         }