From 12c060c7d19ee122cc30c2a7aa1694a2fd68258c Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 3 May 2026 19:23:33 +1000 Subject: [PATCH] [UI] Remove debug message (#11854) --- src/frontend/src/components/forms/fields/ApiFormField.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/frontend/src/components/forms/fields/ApiFormField.tsx b/src/frontend/src/components/forms/fields/ApiFormField.tsx index 793ab1f217..32a506acdc 100644 --- a/src/frontend/src/components/forms/fields/ApiFormField.tsx +++ b/src/frontend/src/components/forms/fields/ApiFormField.tsx @@ -242,11 +242,6 @@ export function ApiFormField({ /> ); default: - // This should never happen - it represents a critical UI issue which should be caught in CI - console.error( - `Invalid field type for field '${fieldName}': '${fieldDefinition.field_type}'` - ); - return ( Invalid field type for field '{fieldName}': '