mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -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) {
|
if ($i) {
|
||||||
api("announcements", { withUnreads: true })
|
api("announcements", { withUnreads: true })
|
||||||
.then((announcements) => {
|
.then((announcements) => {
|
||||||
console.log(announcements);
|
|
||||||
announcements.forEach((announcement) => {
|
announcements.forEach((announcement) => {
|
||||||
if (announcement.showPopup && announcement.isRead === false)
|
if (announcement.showPopup && announcement.isRead === false)
|
||||||
popup(
|
popup(
|
||||||
|
|
Loading…
Reference in a new issue