Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
alpetric committed Jan 9, 2025
1 parent ec11c00 commit 7837519
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/routes/(root)/(logged)/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@
$: {
if ($enterpriseLicense && $workspaceStore && $userStore && $devopsRole !== undefined && ($devopsRole || $userStore.is_admin)) {
console.log('mountModal', $devopsRole, $userStore.is_admin)
mountModal = true
loadCriticalAlertsMuted()
}
Expand Down

0 comments on commit 7837519

Please sign in to comment.