From 7109e1e513d97daf677896dc6a11bd9cc58f707f Mon Sep 17 00:00:00 2001 From: Jarian Cottingham Date: Sat, 21 Feb 2026 16:06:16 -0600 Subject: [PATCH] Clean up all duplicate path declarations in main.js --- main.js | 1 - 1 file changed, 1 deletion(-) 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');