remove debug

This commit is contained in:
linyuchen 2024-05-15 22:45:13 +08:00
parent 32c7f904db
commit bd212c4bf3

View File

@ -482,9 +482,9 @@ function onLoad() {
// 创建窗口时触发
function onBrowserWindowCreated(window: BrowserWindow) {
// if (selfInfo.uid) {
// return
// }
if (selfInfo.uid) {
return
}
mainWindow = window
log('window create', window.webContents.getURL().toString())
try {