Remove useless log

This commit is contained in:
Pierre Burgy 2016-11-24 16:51:48 +01:00
parent e5bc02b862
commit 2a29573fb1

View File

@ -37,7 +37,6 @@ module.exports = {
},
file: async (ctx) => {
console.log('ctx')
try {
const file = fs.readFileSync(path.resolve(__dirname, '..', 'public', 'build', ctx.params.file));
ctx.body = file;