removed debug log w/ burnettk

This commit is contained in:
jasquat 2023-05-09 14:09:11 -04:00
parent e1ba08b83d
commit 7b190d204b
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ export default function TaskShow() {
formData: any,
errors: any
) => {
console.log('errors', errors);
if ('properties' in jsonSchema) {
Object.keys(jsonSchema.properties).forEach((propertyKey: string) => {
const propertyMetadata = jsonSchema.properties[propertyKey];