mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-09-18 21:38:07 +00:00
remove old logging lines
This commit is contained in:
parent
45bf8262aa
commit
e1bd8c5909
1 changed files with 0 additions and 5 deletions
|
@ -73,13 +73,8 @@ function fetch() {
|
|||
misskeyApi('announcements/show', {
|
||||
announcementId: props.announcementId,
|
||||
}).then(async _announcement => {
|
||||
console.log("bbbb");
|
||||
announcement.value = _announcement;
|
||||
console.log("cccc");
|
||||
console.log(announcement.value.confetti);
|
||||
console.log(announcement.value.isRead);
|
||||
if (announcement.value.confetti && !announcement.value.isRead) {
|
||||
console.log("dddd");
|
||||
confetti({
|
||||
duration: 1000 * 3,
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue