1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00

Remove log statement

This commit is contained in:
Andrew Kingston 2020-11-03 10:03:19 +00:00
parent 0aa672f3b3
commit 4f2079509c

View file

@ -64,8 +64,6 @@
// Build chart options
return builder.getOptions()
}
$: console.log(options)
</script>
<div use:chart={options} />