Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
MaximilianAnzinger and coderabbitai[bot] authored Nov 10, 2024
1 parent c561c78 commit a64b3a0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class CompetenciesPopoverComponent implements OnInit {
constructor() {}

ngOnInit(): void {
console.log(this.competencyLinks);
if (this.courseId) {
switch (this.navigateTo) {
case 'courseCompetencies': {
Expand Down

0 comments on commit a64b3a0

Please sign in to comment.