remove console log

This commit is contained in:
MathieuG-P
2022-05-26 22:28:14 +02:00
parent c3d214d8a3
commit 973439fc84
-1
View File
@@ -29,7 +29,6 @@ ipcMain.on('bs-download.start', async (event, args: DownloadInfo) => {
ipcMain.on(`bs-download.${DownloadEventType.GUARD_CODE}`, async (event, args) => {
BSInstallerService.getInstance().sendInputProcess(args);
console.log("**** "+args);
})