mirror of
https://github.com/heyman/heynote.git
synced 2025-02-22 21:21:12 +01:00
Remove debug log
This commit is contained in:
parent
e21d64d146
commit
8980e532f2
@ -81,7 +81,6 @@ async function createWindow() {
|
|||||||
if (windowConfig.isMaximized) {
|
if (windowConfig.isMaximized) {
|
||||||
win.maximize()
|
win.maximize()
|
||||||
}
|
}
|
||||||
console.log("bounds:", win.getBounds())
|
|
||||||
|
|
||||||
win.on("close", (event) => {
|
win.on("close", (event) => {
|
||||||
// Prevent the window from closing, and send a message to the renderer which will in turn
|
// Prevent the window from closing, and send a message to the renderer which will in turn
|
||||||
|
Loading…
Reference in New Issue
Block a user