diff --git a/app/src/composables/use-form-fields/use-form-fields.ts b/app/src/composables/use-form-fields/use-form-fields.ts index b3181872e0..ac3617f1be 100644 --- a/app/src/composables/use-form-fields/use-form-fields.ts +++ b/app/src/composables/use-form-fields/use-form-fields.ts @@ -69,8 +69,6 @@ export default function useFormFields(fields: Ref) { if (index !== 0 && field.system!.width === 'half') { const prevField = formFields[index - 1]; - console.log(prevField); - if (prevField.system.width === 'half') { field.system.width = 'half-right'; }