From 4b16da27feb5f949a6f3ebfaf8e461479b9bbf39 Mon Sep 17 00:00:00 2001 From: Lucas Li Date: Mon, 16 Dec 2024 14:51:22 -0800 Subject: [PATCH] delete console log --- .../area-restrictions-full-details.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/wfnews-war/src/main/angular/src/app/components/full-details/area-restrictions-full-details/area-restrictions-full-details.component.ts b/client/wfnews-war/src/main/angular/src/app/components/full-details/area-restrictions-full-details/area-restrictions-full-details.component.ts index a08f34cfa..709c7c899 100644 --- a/client/wfnews-war/src/main/angular/src/app/components/full-details/area-restrictions-full-details/area-restrictions-full-details.component.ts +++ b/client/wfnews-war/src/main/angular/src/app/components/full-details/area-restrictions-full-details/area-restrictions-full-details.component.ts @@ -184,7 +184,6 @@ export class AreaRestrictionsFullDetailsComponent implements OnInit { this.cdr.detectChanges(); } navToIncident(incident: any) { - console.log(incident); this.router.navigate([ResourcesRoutes.PUBLIC_INCIDENT], { queryParams: { fireYear: incident.fireYear,