fix(desktop-electron): remove temporary Test2 throw from beta renderer

This commit is contained in:
Jay V 2026-04-16 17:53:20 -04:00 committed by Brendan Allan
parent 8854cbf9fe
commit 7bc884568c
No known key found for this signature in database
GPG key ID: 41E835AEA046A32E

View file

@ -332,8 +332,6 @@ render(() => {
}
})
throw new Error("Test2")
return null
}