diff --git a/src/components/Services/DtsList.tsx b/src/components/Services/DtsList.tsx index cf1de56e..cf352fb6 100644 --- a/src/components/Services/DtsList.tsx +++ b/src/components/Services/DtsList.tsx @@ -66,8 +66,6 @@ function DtsList() { } useEffect(() => { - console.log("going here " + process.env.KEYCLOAK_URL); - console.log("going here " + process.env.TEMPLATE_BRANCH); console.log("going here " + auth.isAuthenticated); if (auth.isAuthenticated) { listDtsVOs();