mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
removing unnecessary console log commands
This commit is contained in:
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}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user