mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-12-18 22:40:07 +00:00
Remove comments I wrote while in a bad mood
This commit is contained in:
parent
953d7ee254
commit
479fafb299
1 changed files with 0 additions and 2 deletions
|
@ -86,7 +86,6 @@ async function dismissWarning() {
|
|||
playerHide.value = false;
|
||||
try {
|
||||
await loadRuffle();
|
||||
// NOTE: I don't like this because this handles a success implicitly but Hazel and Julia have forced my hand
|
||||
createPlayer();
|
||||
await loadContent();
|
||||
} catch (error) {
|
||||
|
@ -182,7 +181,6 @@ async function loadContent() {
|
|||
await fetch('https://raw.esm.sh/', {
|
||||
mode: 'cors',
|
||||
});
|
||||
// NOTE: I don't like this because this handles a success implicitly but Hazel and Julia have forced my hand
|
||||
handleError(error); // Unexpected error
|
||||
} catch (_) {
|
||||
// Must be CSP because esm.sh should be online if `loadRuffle()` didn't fail
|
||||
|
|
Loading…
Reference in a new issue