diff --git a/index.js b/index.js index 1f7f0fe..e133cac 100644 --- a/index.js +++ b/index.js @@ -118,7 +118,6 @@ app.get("/download", async (req, res) => { var files = fs.readdirSync(path.join(__dirname, 'downloads')) for (let index = 0; index < files.length; index++) { const file = files[index]; - console.log(fileName) if (file.includes(fileName)) { fileName = file filePath = path.join(__dirname, 'downloads', fileName)