Cleaned up some code

This commit is contained in:
KevinWh0 2024-02-17 01:28:55 +01:00
parent 11cb134d4d
commit c6e29f6882
1 changed files with 0 additions and 9 deletions

View File

@ -765,15 +765,6 @@ async function post(ev?: MouseEvent) {
if (canceled) return;
if (result === 'cancel') return;
if (result === 'home') {
visibility.value = 'home';
}
// await os.alert({
// type: 'info',
// text: i18n.ts.thisPostIsMissingAltText,
// });
// return;
}
}
}