remove uneeded log

This commit is contained in:
Peter Clement 2021-10-13 14:14:08 +01:00
parent d720171846
commit 6366abae7e
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
array: ArrayRenderer,
internal: InternalRenderer,
}
console.log(value)
$: type = schema?.type ?? "string"
$: customRenderer = customRenderers?.find(x => x.column === schema?.name)