diff --git a/controllers/SettingsManager.js b/controllers/SettingsManager.js index f4d1b201cf..0e242849e2 100644 --- a/controllers/SettingsManager.js +++ b/controllers/SettingsManager.js @@ -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;