Remove stray console log

This commit is contained in:
rijkvanzanten
2020-07-30 17:56:19 -04:00
parent ccebe38638
commit b7702af1e3

View File

@@ -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';
}