mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
oops (remove debug logs)
This commit is contained in:
parent
1d0bd45274
commit
2c71530e74
1 changed files with 0 additions and 1 deletions
|
@ -275,7 +275,6 @@ function checkForSplash() {
|
|||
if ($i) {
|
||||
api("announcements", { withUnreads: true })
|
||||
.then((announcements) => {
|
||||
console.log(announcements);
|
||||
announcements.forEach((announcement) => {
|
||||
if (announcement.showPopup && announcement.isRead === false)
|
||||
popup(
|
||||
|
|
Loading…
Reference in a new issue