remove console log

This commit is contained in:
MathieuG-P
2022-05-26 22:30:10 +02:00
parent 973439fc84
commit 854e9ede31
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -14,6 +14,5 @@ ipcMain.on('window.minimize', async () => {
});
ipcMain.on('window.reset', async () => {
console.log('aaaaaa');
getMainWindow()?.restore();
});
@@ -12,13 +12,9 @@ export function Modal() {
const modalSevice = ModalService.getInsance();
console.log(`modal type: ${modalType}`);
useEffect(() => {
modalSevice.modalType$.subscribe(type => {
setModalType(type);
console.log("*** open modal ***");
console.log("*** open type: "+type+" ***")
})
}, [])