mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-22 01:00: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) {
|
if (name) {
|
||||||
fullAccessPath = parentPath.concat('.' + name);
|
fullAccessPath = parentPath.concat('.' + name);
|
||||||
}
|
}
|
||||||
console.log(fullAccessPath);
|
|
||||||
const id = getIdFromFullAccessPath(fullAccessPath);
|
const id = getIdFromFullAccessPath(fullAccessPath);
|
||||||
console.log(id);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="dataServiceComponent" id={id}>
|
<div className="dataServiceComponent" id={id}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user