diff --git a/src/components/Calendar/Calendar.tsx b/src/components/Calendar/Calendar.tsx index ff972aeea6be9de657e421d28c561bde1d69dfa8..e6cca0a629e39d3b68139d5c41f01a1c46e2fdc8 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 0c6925440f7b54d6d8b64cdc3bd0b13bf2e9698d..6ba23b6b0c86af24118cd3fff084193e918b1e5c 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) {