oops (remove debug logs)
This commit is contained in:
parent
e7ccbb030d
commit
d8a94fc707
@ -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 New Issue
Block a user