yusuketk 7 лет назад
Родитель
Сommit
4e87d389c8
1 измененных файлов с 1 добавлено и 1 удалено
  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 offset = parseInt(req.query.offset) || 0;
     await addRenderVarsForDescendants(renderVars, path, req.user, offset, limit, true);
-console.log(renderVars);
+
     return res.render(view, renderVars);
   };