From fc572f8198f48b4305c55f19968f4426ed8a8c15 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Tue, 1 Oct 2024 19:34:45 +0200 Subject: [PATCH] console info --- src/components/Calendar/Calendar.tsx | 1 - src/components/Tabs.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/Calendar/Calendar.tsx b/src/components/Calendar/Calendar.tsx index ff972aee..e6cca0a6 100644 --- a/src/components/Calendar/Calendar.tsx +++ b/src/components/Calendar/Calendar.tsx @@ -115,7 +115,6 @@ function switchTo(month: string){ console.log("new month is: " + month + " and we are calling " + `${month}-name`) if (document.getElementById(`${month}-dates`)) { - console.info("document.getElementById(`${month}-dates`); exists") let newdates = document.getElementById(`${month}-dates`); (newdates as HTMLElement).style.display = "block"; } diff --git a/src/components/Tabs.tsx b/src/components/Tabs.tsx index 0c692544..6ba23b6b 100644 --- a/src/components/Tabs.tsx +++ b/src/components/Tabs.tsx @@ -195,7 +195,6 @@ import { stringToSlug } from "../utils"; let oldpics: string[] = []; /* if(data[i].more_pictures){ */ if (!data[i].aimofcontact && data[i].pictureurl_aim) { - console.info("!data[i].aimofcontact && data[i].pictureurl_aim") oldpics.push(data[i].pictureurl_aim!) } if (!data[i].insights && data[i].pictureurl_interview) { -- GitLab