Skip to content

Commit 4a98b97

Browse files
committed
reColorHeatmap() useless console.log()
1 parent 252fa55 commit 4a98b97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/component/circular-heatmap/circular-heatmap.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,12 @@ export class CircularHeatmapComponent implements OnInit {
636636
this.filteredTeamView === 'All' ||
637637
key === this.filteredTeamView
638638
) {
639-
console.log('Yes');
639+
// console.log('Yes');
640640
if (teamList[key] === true) {
641641
cntTrue += 1;
642642
}
643643
} else {
644-
console.log('No');
644+
// console.log('No');
645645
}
646646

647647
cntAll += 1;

0 commit comments

Comments
 (0)