mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-02-20 07:59:50 -05:00
update web/src/routes/dashboard/settings/+page.svelte
remove debugging print statements Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8f31841130
commit
7731016868
@@ -14,7 +14,6 @@
|
||||
let users: User[] = $derived(
|
||||
page.data.users.filter((user: User) => user.id !== currentUser().id)
|
||||
);
|
||||
$inspect(users);
|
||||
console.log('Current user:', currentUser());
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user