Skip to content

Commit

Permalink
perf: remove variables test
Browse files Browse the repository at this point in the history
  • Loading branch information
lotharking committed Jun 18, 2024
1 parent fcf674c commit a794caf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Services/DtsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a794caf

Please sign in to comment.