24
0
mirror of https://github.com/tiqi-group/pydase.git synced 2025-05-13 02:32:14 +02:00

removing unnecessary console log commands

This commit is contained in:
Mose Müller 2023-11-03 08:50:03 +01:00
parent f47a5524b3
commit 3132680c50

@ -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 (
<div className="dataServiceComponent" id={id}>