mirror of
https://github.com/directus/directus.git
synced 2026-01-28 10:28:10 -05:00
Remove stray console log
This commit is contained in:
@@ -69,8 +69,6 @@ export default function useFormFields(fields: Ref<Field[]>) {
|
||||
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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user