1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Remove log statement

This commit is contained in:
Andrew Kingston 2021-08-11 18:16:30 +01:00
parent e1e6df31c3
commit da67adfffd

View file

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