mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
removed debug log w/ burnettk
This commit is contained in:
parent
e1ba08b83d
commit
7b190d204b
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user