1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Remove console log

This commit is contained in:
Andrew Kingston 2020-10-12 10:50:29 +01:00
parent 339bb8b76c
commit d5bf44bba1

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