Remove console.log

This commit is contained in:
Johannes Zellner
2025-07-16 18:24:18 +02:00
parent ed288317c4
commit 5967907f86
-2
View File
@@ -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) {