Browse Source

Remove log statements

pull/4434/head
Andrew Kingston 5 years ago
parent
commit
7a0ee7aea6
  1. 1
      packages/builder/src/builderStore/dataBinding.js
  2. 2
      packages/builder/src/helpers/lucene.js

1
packages/builder/src/builderStore/dataBinding.js

@ -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

2
packages/builder/src/helpers/lucene.js

@ -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…
Cancel
Save