diff --git a/ui/litellm-dashboard/src/components/admins.tsx b/ui/litellm-dashboard/src/components/admins.tsx index 8378134326..79c6b95ce7 100644 --- a/ui/litellm-dashboard/src/components/admins.tsx +++ b/ui/litellm-dashboard/src/components/admins.tsx @@ -193,7 +193,6 @@ const AdminPanel: React.FC = ({ }; const handleShowInstructions = (formValues: Record) => { - console.log("Form submitted with values:", formValues); setIsAddSSOModalVisible(false); setIsInstructionsModalVisible(true); };