Remove console.log
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user