diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index 5c3816626..28a34d117 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -132,8 +132,6 @@ function onHashChange() { else if (activeSidebarItem.value.indexOf('user-directory') === 0) activeSidebarGroup.value = 'user-directory'; else activeSidebarGroup.value = ''; - console.log('heading to ', v) - if (v === VIEWS.APPS) { view.value = VIEWS.APPS; } else if (v.indexOf(VIEWS.APPSTORE) === 0 && profile.value.isAtLeastAdmin) {