remove unnecessary lazy

This commit is contained in:
pa
2026-01-02 01:23:08 +09:00
committed by Natsumi
parent 9109c96606
commit e1e6d52ac8
2 changed files with 0 additions and 2 deletions

View File

@@ -406,7 +406,6 @@ function openExternalLink(link) {
}
})
.then((action) => {
console.log(action);
if (action === 'confirm') {
AppApi.OpenLink(link);
}