Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjornstad committed Dec 7, 2023
1 parent e988844 commit 3f2e50d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/team/[team]/[env]/app/[app]/status/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
export let data: PageData;
$: ({ AppNotificationState } = data);
$: console.log(data);
</script>

<Card>
Expand Down

0 comments on commit 3f2e50d

Please sign in to comment.