diff --git a/frontend/src/pages/Profile.vue b/frontend/src/pages/Profile.vue index ac1823aa..c5c4eb44 100644 --- a/frontend/src/pages/Profile.vue +++ b/frontend/src/pages/Profile.vue @@ -177,7 +177,6 @@ watch( () => props.username, () => { profile.reload() - getProfileRoles() } ) @@ -194,7 +193,6 @@ const hasHigherAccess = () => { } const isEvaluatorOrModerator = () => { - console.log(profile.data) return ( profile.data?.roles.filter( (row) => row.role === 'Moderator' || row.role === 'Evaluator'