log temizlendi

This commit is contained in:
2025-10-31 21:12:35 +03:00
parent e3c9b9f4c6
commit ebe00fb6f7

View File

@@ -2723,7 +2723,6 @@ app.get("/media/:path(*)", requireAuth, (req, res) => {
}
const fullPath = path.join(DOWNLOAD_DIR, safeRel);
console.log("Media request:", { originalPath: req.params.path, decodedPath: relPath, safeRel, fullPath }); // Debug için log ekle
if (!fs.existsSync(fullPath)) {
console.error("File not found:", fullPath);