Skip to content

Commit

Permalink
removed unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
carole committed May 12, 2023
1 parent 4937dbd commit a1f8acb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/home/home.component.ts
Expand Up @@ -20,7 +20,6 @@ export class HomeComponent {
constructor(private dataService: DataService) {
dataService.testRequest().subscribe((res) => {
// console.log(res);
console.log('test');
});
}
}

0 comments on commit a1f8acb

Please sign in to comment.