diff --git a/main.js b/main.js index 2aca8bc..d23e3d5 100644 --- a/main.js +++ b/main.js @@ -120,7 +120,6 @@ ipcMain.handle('rename-file', async (event, { oldPath, newName }) => { // Create log file for debugging const fs = require('fs'); -const path = require('path'); // Ensure log file exists at startup const logFilePath = path.join(__dirname, 'app-debug.log');