diff --git a/src/components/participant/Action.vue b/src/components/participant/Action.vue index 3cc533cf..5529b3f6 100644 --- a/src/components/participant/Action.vue +++ b/src/components/participant/Action.vue @@ -160,12 +160,10 @@ export default { methods: { checkIfUserHasLoggedIn() { if (!this.userProfile) { - console.log('User is NOT authenticated') document.querySelectorAll(".card-header").forEach(e => { const nodeVal = e.attributes['aria-controls'].nodeValue document.getElementById(nodeVal).style.display = "none"; }) - // console.log('Before sending error since user is not autn') return this.notifyErr(Messsages.EVENT_ACTIONS.UNAUTHENTICATED); } else { console.log('User is authenticated')