We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5703aea commit d084904Copy full SHA for d084904
1 file changed
src/app/pages/report/report.component.ts
@@ -219,15 +219,6 @@ export class ReportComponent implements OnInit {
219
if (!completedTitle) return false;
220
const teamTitle = this.progressStore.getTeamProgressTitle(activity.uuid, teamName);
221
222
- // TEMP DEBUG
223
- // console.log(
224
- // `teamTitle="${teamTitle}" | completedTitle="${completedTitle}" | uuid="${activity.uuid}" | team="${teamName}"`
225
- // );
226
227
- // 'progress keys sample:',
228
- // Object.keys(this.progressStore.getProgressData()).slice(0, 3)
229
230
-
231
return teamTitle === completedTitle;
232
}
233
0 commit comments