Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Jan 21, 2025
1 parent c4e2c4e commit 13c589f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export class HomeDiscussionsTableComponent implements OnInit, OnDestroy {
}

private _formatObservation(synthese: any): string {
console.log(synthese);
return `
<strong>Nom Cité:</strong> ${synthese.nom_cite || 'N/A'}<br>
<strong>Observateurs:</strong> ${synthese.observers || 'N/A'}<br>
Expand Down

0 comments on commit 13c589f

Please sign in to comment.