mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 20:12:51 +09:00
oops (remove debug logs)
This commit is contained in:
parent
1d0bd45274
commit
2c71530e74
@ -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 New Issue
Block a user