Remove comments I wrote while in a bad mood
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user