Clean up all duplicate path declarations in main.js

This commit is contained in:
Jarian Cottingham 2026-02-21 16:06:16 -06:00
parent 7717315c84
commit 4b1c3e0fc6

View File

@ -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');