diff --git a/src/app/routes/routes.ts b/src/app/routes/routes.ts index 19cec426..4fb54168 100644 --- a/src/app/routes/routes.ts +++ b/src/app/routes/routes.ts @@ -53,8 +53,6 @@ export default (router: Router, service: any, App: any): Router => { AnalyticsRoutes(router); router.get('/user/refresh', passportAuth, async (req, res) => { - console.log('/user/refresh -->', JSON.stringify(req.headers, null), (req as AuthorizedUser).user.uuid); - const { publicKey, privateKey, revocateKey } = req.body; const userData: any = (req as AuthorizedUser).user;