1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

Remove log

This commit is contained in:
Andrew Kingston 2024-03-22 12:31:35 +00:00
parent 0acc8ffff6
commit 9072142ca9

View file

@ -33,8 +33,6 @@
$: renderer = customRenderer?.component ?? typeMap[type] ?? StringRenderer
$: cellValue = getCellValue(value, schema.template)
$: console.log(snippets)
const getType = schema => {
// Use a string renderer for dates if we use a custom template
if (schema?.type === "datetime" && schema?.template) {