Skip to content

Commit

Permalink
Remove debug console.log() statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrench56 committed Jul 8, 2024
1 parent 956805c commit 7532410
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/frontend/src/lib/notifications/DNotification.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
}, 1);
}
}
$: state ? console.log("X" + $state) : null;
</script>

<div class="container container-{$state} {wrapper.data.priority}">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
fetchNextNotification(get(NotificationStore));
}
});
console.log(notification.notification.data.id);
}
}
</script>
Expand Down

0 comments on commit 7532410

Please sign in to comment.