remove console.log
This commit is contained in:
parent
a0a2b2cc3b
commit
5de3a821c4
1 changed files with 0 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { Input } from "@/components/ui/input";
|
|
||||||
import { Switch } from "@/components/ui/switch";
|
import { Switch } from "@/components/ui/switch";
|
||||||
import {
|
import {
|
||||||
Collapsible,
|
Collapsible,
|
||||||
|
|
@ -55,8 +54,6 @@ export const IngestSettings = ({
|
||||||
onSettingsChange?.(updatedSettings);
|
onSettingsChange?.(updatedSettings);
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log({ currentSettings });
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Collapsible
|
<Collapsible
|
||||||
open={isOpen}
|
open={isOpen}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue