diff --git a/apps/dokploy/components/dashboard/settings/web-domain.tsx b/apps/dokploy/components/dashboard/settings/web-domain.tsx index e1e0db8c0..51cb7af3e 100644 --- a/apps/dokploy/components/dashboard/settings/web-domain.tsx +++ b/apps/dokploy/components/dashboard/settings/web-domain.tsx @@ -80,7 +80,6 @@ export const WebDomain = () => { const domain = form.watch("domain") || ""; const host = data?.user?.host || ""; const hasChanged = domain !== host; - console.log(domain, host); useEffect(() => { if (data) { form.reset({