UNCLASSIFIED

Commit b1708fa1 authored by hunter.congress's avatar hunter.congress
Browse files

cleaning log messages

parent 849d4711
...@@ -186,7 +186,6 @@ export default { ...@@ -186,7 +186,6 @@ export default {
} }
this.loading = false; this.loading = false;
this.fetchingData = false; this.fetchingData = false;
console.log(this.mainMessage);
}, },
async acceptPendingRegistration(userId, pmId) { async acceptPendingRegistration(userId, pmId) {
try { try {
......
...@@ -413,7 +413,6 @@ export default { ...@@ -413,7 +413,6 @@ export default {
const team = await TeamService.getMyTeam(); const team = await TeamService.getMyTeam();
if (team && Object.keys(team).length !== 0) { if (team && Object.keys(team).length !== 0) {
this.team = await TeamService.getTeam(team[0].id); this.team = await TeamService.getTeam(team[0].id);
console.log(this.team);
isTeamLead = team[0].TeamMember.isTeamLead; isTeamLead = team[0].TeamMember.isTeamLead;
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment