diff --git a/frontend/src/components/DataServiceComponent.tsx b/frontend/src/components/DataServiceComponent.tsx index ae4d38e..2146c16 100644 --- a/frontend/src/components/DataServiceComponent.tsx +++ b/frontend/src/components/DataServiceComponent.tsx @@ -28,9 +28,7 @@ export const DataServiceComponent = React.memo( if (name) { fullAccessPath = parentPath.concat('.' + name); } - console.log(fullAccessPath); const id = getIdFromFullAccessPath(fullAccessPath); - console.log(id); return (