1
0
Fork 0
mirror of synced 2024-07-09 08:16:34 +12:00

Remove log statements

This commit is contained in:
Andrew Kingston 2021-12-06 12:04:55 +00:00
parent d10d332b9f
commit 7a0ee7aea6
2 changed files with 1 additions and 2 deletions

View file

@ -410,7 +410,6 @@ export const getSchemaForDatasource = (asset, datasource, isForm = false) => {
jsonSchema = jsonSchema[keysToSchema[i]].schema
}
schema = convertJSONSchemaToTableSchema(jsonSchema, true)
console.log(schema)
}
// Otherwise we assume we're targeting an internal table or a plus

View file

@ -207,7 +207,7 @@ export const luceneLimit = (docs, limit) => {
}
/**
* Gets a key within an object. The key supports dot syntax for retriving deep
* Gets a key within an object. The key supports dot syntax for retrieving deep
* fields - e.g. "a.b.c".
* @param obj the object
* @param key the key