Remove log statement

This commit is contained in:
Andrew Kingston 2021-08-11 18:16:30 +01:00
parent 41afbe0a1b
commit 8db72ae52c
1 changed files with 0 additions and 2 deletions

View File

@ -197,8 +197,6 @@
const removeRule = id => {
rules = rules.filter(link => link.id !== id)
}
$: console.log(fieldType)
</script>
<DrawerContent>