Removed debug console statement
This commit is contained in:
parent
9d64b85279
commit
9521a658ee
|
@ -6,7 +6,6 @@
|
||||||
const verifyAutocolumns = table => {
|
const verifyAutocolumns = table => {
|
||||||
// Check for duplicates
|
// Check for duplicates
|
||||||
return Object.values(table?.schema || {}).reduce((acc, fieldSchema) => {
|
return Object.values(table?.schema || {}).reduce((acc, fieldSchema) => {
|
||||||
console.log(fieldSchema)
|
|
||||||
if (!fieldSchema.autocolumn || !fieldSchema.subtype) {
|
if (!fieldSchema.autocolumn || !fieldSchema.subtype) {
|
||||||
return acc
|
return acc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue