1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Remove console log

This commit is contained in:
Andrew Kingston 2020-10-12 10:50:29 +01:00
parent 47a772a200
commit 644f45e1c1

View file

@ -85,7 +85,6 @@ const contextToBindables = (models, walkResult) => context => {
model = models.find(model => model._id === modelId)
schema = model?.views?.[context.model.name]?.schema
} else if (context.model.type === "link") {
console.log(context.model)
const modelId = context.model.modelId
model = models.find(model => model._id === modelId)
schema = model?.schema