diff --git a/server-api/route/api/index.js b/server-api/route/api/index.js index d182f3d..990e0af 100644 --- a/server-api/route/api/index.js +++ b/server-api/route/api/index.js @@ -33,7 +33,6 @@ router.use(async(c, n) => { } c.token = c.headers['x-auth-token'] || '' - // console.log(c.headers['accept-language']) try { await n() c.body = {