Skip to content

Commit

Permalink
Remove useless console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabri432 committed Jun 9, 2024
1 parent 77ed615 commit c1632be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/routes/my-projects/my-projects.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export class MyProjectsComponent {
this.displayProjects.push(...extraProjects);
this.changeJSONLDSchema();
}
if (this.displayProjects.length == mainProjects.length) {
console.log("Error")
}
}

filterProjects(language: string) {
Expand Down

0 comments on commit c1632be

Please sign in to comment.