Yuki Takei hace 7 años
padre
commit
2c12e50d05
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/server/routes/attachment.js

+ 0 - 1
src/server/routes/attachment.js

@@ -224,7 +224,6 @@ module.exports = function(crowi, app) {
 
     const file = req.file;
 
-    // TODO for GC-1359: consider restriction
     let page;
     if (pageId == null) {
       logger.debug('Create page before file upload');