2
0
Taichi Masuyama 4 жил өмнө
parent
commit
e3baea004c

+ 0 - 1
packages/app/src/server/routes/page.js

@@ -275,7 +275,6 @@ module.exports = function(crowi, app) {
 
     const isPath = pathOrId.includes('/');
     renderVars.isNotFoundPermalink = !isPath && !await Page.exists({ _id: pathOrId });
-    console.log('あああ', renderVars.isNotFoundPermalink);
   }
 
   function replacePlaceholdersOfTemplate(template, req) {