mirror of
https://github.com/strapi/strapi.git
synced 2025-09-18 13:02:18 +00:00
Remove useless log
This commit is contained in:
parent
e5bc02b862
commit
2a29573fb1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user