Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
varsha766 committed Jun 21, 2022
1 parent ed445cd commit 0eab228
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/participant/Action.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 0eab228

Please sign in to comment.