Explorar o código

remove console log

yusuketk %!s(int64=7) %!d(string=hai) anos
pai
achega
4e87d389c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/routes/page.js

+ 1 - 1
src/server/routes/page.js

@@ -436,7 +436,7 @@ module.exports = function(crowi, app) {
     const limit = 50;
     const limit = 50;
     const offset = parseInt(req.query.offset) || 0;
     const offset = parseInt(req.query.offset) || 0;
     await addRenderVarsForDescendants(renderVars, path, req.user, offset, limit, true);
     await addRenderVarsForDescendants(renderVars, path, req.user, offset, limit, true);
-console.log(renderVars);
+
     return res.render(view, renderVars);
     return res.render(view, renderVars);
   };
   };