fix(log): removed from constantly logging
This commit is contained in:
parent
c71794b394
commit
6b8d7c2913
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ const ObjectDetails: React.FC<{
|
||||||
const config = useVal(obj.template.configPointer)
|
const config = useVal(obj.template.configPointer)
|
||||||
const actions = useVal(obj.template.actionsPointer)
|
const actions = useVal(obj.template.actionsPointer)
|
||||||
|
|
||||||
console.log(actions)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<DeterminePropEditorForDetail
|
<DeterminePropEditorForDetail
|
||||||
|
|
Loading…
Reference in a new issue