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