diff --git a/main.js b/main.js index cebd6b1..13cb161 100644 --- a/main.js +++ b/main.js @@ -316,16 +316,6 @@ electron.ipcMain.on("file_download", async (event) => { } }); -electron.ipcMain.on("file_download", async () => { - await mapFunctions - .get("htmlDocumentConverter") - .convert({ - inputPath: globalFinalHtmlPath, - format: globalArgs.document.outputType, - showDialog: true, - }); -}); - electron.ipcMain.on("speaker_submit", async (event, args) => { console.log("\n\n\nJa also hier kam was an \n\n\n"); console.log(args);