diff --git a/index.js b/index.js index e343378..cafbf37 100644 --- a/index.js +++ b/index.js @@ -86,7 +86,6 @@ app.get('/download', (req, res) => { console.log('Downloaded file path:', downloadedFilePath); if (!downloadedFilePath || !fs.existsSync(downloadedFilePath)) { - console.log(`${downloadedFilePath}`) console.error('Error: Downloaded file not found or invalid path.'); return res.status(500).json({ error: 'Downloaded file not found or invalid path.' }); }