From 002ee75a13dafcea371b324f010ae37b092bb7ab Mon Sep 17 00:00:00 2001 From: Ida Marie Andreassen Date: Thu, 12 Dec 2024 08:54:35 +0100 Subject: [PATCH] Remove console log from the past --- .../customerCase/contactInformation/ContactSelector.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/customerCases/customerCase/contactInformation/ContactSelector.tsx b/src/components/customerCases/customerCase/contactInformation/ContactSelector.tsx index 9ff75782a..507db68d1 100644 --- a/src/components/customerCases/customerCase/contactInformation/ContactSelector.tsx +++ b/src/components/customerCases/customerCase/contactInformation/ContactSelector.tsx @@ -39,7 +39,6 @@ export default function ContactSelector({ } const selectedOrDefaultLocationId = selectedLocationId ?? locationIds[0]; - console.log(selectedLocationId); return ( <>