Skip to content

Commit 75a7c9c

Browse files
committed
Fjerner glemt console-log
1 parent ec7c9dd commit 75a7c9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/pages/contact-information-page/ContactInformationPage.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export const ContactInformationPage = (props: ContactInformationProps) => {
1111
const { data } = props;
1212
const { contactType } = data;
1313

14-
console.log(props.data.contactType.telephone);
15-
1614
const hasContactType = !!(contactType.telephone || contactType.write || contactType.chat);
1715

1816
const hasSpecialHours = !!contactType?.telephone?.specialOpeningHours;

0 commit comments

Comments
 (0)