Skip to content
Snippets Groups Projects
Commit 4f56f349 authored by Zara Mudassar's avatar Zara Mudassar
Browse files

Removed console.log

parent 33420963
No related branches found
No related tags found
1 merge request!69Join open communities
Pipeline #178758 failed
......@@ -104,7 +104,6 @@ export default {
},
joinCommunity: async function(id){
const response = await JoinOpenCommunity(id);
console.log("response: " + response);
if(response === "Login to join any community"){
this.dialogOpen = true;
}
......@@ -114,7 +113,6 @@ export default {
},
getIfUserInCommunity: async function(){
this.member = await GetIfUserAlreadyInCommunity(this.$router.currentRoute.value.params.communityID);
console.log("in: " + this.member);
}
},
beforeMount() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment