mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
chore: remove console log
This commit is contained in:
parent
7a943d1ef1
commit
377e086a2c
1 changed files with 0 additions and 2 deletions
|
@ -117,8 +117,6 @@ export function getCreateForeignKeyQueries(collectionName: string, collection: D
|
|||
const fields = asArray(foreignKey.fields);
|
||||
const references = asArray(foreignKey.references);
|
||||
|
||||
console.log(references[0]);
|
||||
|
||||
if (fields.length !== references.length) {
|
||||
throw new Error(
|
||||
`Foreign key on ${collectionName} is misconfigured. \`fields\` and \`references\` must be the same length.`
|
||||
|
|
Loading…
Reference in a new issue