Remove console.log statements from FloatComponent
This commit is contained in:
parent
aec93df799
commit
a8a5cb35e3
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ export default function FloatComponent({
|
|||
const step = rangeSpec?.step ?? 0.1;
|
||||
const min = rangeSpec?.min ?? -2;
|
||||
const max = rangeSpec?.max ?? 2;
|
||||
console.log("FloatComponent", value, disabled, rangeSpec, editNode);
|
||||
console.log("FloatComponent", step, min, max);
|
||||
|
||||
// Clear component state
|
||||
useEffect(() => {
|
||||
if (disabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue