mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 12:34:41 +08:00
Remove console.log statements from FloatComponent
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user