removed a debug console output

This commit is contained in:
2025-12-05 15:58:45 +01:00
parent f858f2edbb
commit 8adf470f18
+1 -1
View File
@@ -99,7 +99,7 @@ electron.ipcMain.handle('get-module-names', async () => {
break;
}
})
console.log(module_array);
// console.log(module_array);
return module_array
});