Skip to content

Commit d084904

Browse files
committed
remove commented out TEMP DEBUG portion in report component
1 parent 5703aea commit d084904

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/app/pages/report/report.component.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,6 @@ export class ReportComponent implements OnInit {
219219
if (!completedTitle) return false;
220220
const teamTitle = this.progressStore.getTeamProgressTitle(activity.uuid, teamName);
221221

222-
// TEMP DEBUG
223-
// console.log(
224-
// `teamTitle="${teamTitle}" | completedTitle="${completedTitle}" | uuid="${activity.uuid}" | team="${teamName}"`
225-
// );
226-
// console.log(
227-
// 'progress keys sample:',
228-
// Object.keys(this.progressStore.getProgressData()).slice(0, 3)
229-
// );
230-
231222
return teamTitle === completedTitle;
232223
}
233224

0 commit comments

Comments
 (0)