From 1ceaf0fbfb94ae40883e17a53cfafb5f893e143a Mon Sep 17 00:00:00 2001 From: mfilip Date: Wed, 13 Dec 2023 14:23:28 +0100 Subject: [PATCH] update --- src/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.ts b/src/utils.ts index 7ed7e92..8195af5 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -127,9 +127,7 @@ export const combinePremise = ( unit: string ): FormattedPremise => { const premiseElements = elems.slice(); - console.log(4, premiseElements); appendOrganisationInfo(premiseElements, address); - console.log(5, premiseElements); const [line_1, line_2, ...line_3] = premiseElements.reverse(); return { premise,