Remove log statements
This commit is contained in:
parent
d10d332b9f
commit
7a0ee7aea6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue