mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-29 01:56:58 +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;
|
playerHide.value = false;
|
||||||
try {
|
try {
|
||||||
await loadRuffle();
|
await loadRuffle();
|
||||||
// NOTE: I don't like this because this handles a success implicitly but Hazel and Julia have forced my hand
|
|
||||||
createPlayer();
|
createPlayer();
|
||||||
await loadContent();
|
await loadContent();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
@ -182,7 +181,6 @@ async function loadContent() {
|
||||||
await fetch('https://raw.esm.sh/', {
|
await fetch('https://raw.esm.sh/', {
|
||||||
mode: 'cors',
|
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
|
handleError(error); // Unexpected error
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
// Must be CSP because esm.sh should be online if `loadRuffle()` didn't fail
|
// Must be CSP because esm.sh should be online if `loadRuffle()` didn't fail
|
||||||
|
|
Loading…
Add table
Reference in a new issue