mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 09:30:46 +00:00
removed debug log w/ burnettk
This commit is contained in:
parent
a385497c33
commit
5142bff89b
@ -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