mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-29 03:32:44 +01:00
Remove banner error reporting
This commit is contained in:
parent
8c0bc5533a
commit
5d85a8c4f3
2 changed files with 0 additions and 16 deletions
|
@ -105,14 +105,6 @@ export function process(id) {
|
|||
|
||||
if (nextBanner === undefined) {
|
||||
pushToast(t('wish.errorBanner'), 'error');
|
||||
Sentry.captureMessage('failed to get current banner', {
|
||||
contexts: {
|
||||
pullData: {
|
||||
pull,
|
||||
path,
|
||||
},
|
||||
},
|
||||
});
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
@ -139,14 +139,6 @@
|
|||
|
||||
if (currentBanner === undefined) {
|
||||
pushToast($t('wish.errorBanner'), 'error');
|
||||
Sentry.captureMessage('failed to get current banner', {
|
||||
contexts: {
|
||||
pullData: {
|
||||
pull,
|
||||
path,
|
||||
},
|
||||
},
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue