remove console.log

This commit is contained in:
Brent O'Neill 2025-10-06 10:48:39 -06:00
parent a0a2b2cc3b
commit 5de3a821c4

View file

@ -1,6 +1,5 @@
"use client";
import { Input } from "@/components/ui/input";
import { Switch } from "@/components/ui/switch";
import {
Collapsible,
@ -55,8 +54,6 @@ export const IngestSettings = ({
onSettingsChange?.(updatedSettings);
};
console.log({ currentSettings });
return (
<Collapsible
open={isOpen}