1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

remove log

This commit is contained in:
Peter Clement 2022-04-25 14:58:44 +01:00
parent 6b7d77088b
commit b599dbcb24

View file

@ -54,7 +54,6 @@
$: schemaFields = Object.values(schema || {})
const onChange = async (e, key) => {
console.log(e, key)
try {
if (isTestModal) {
// Special case for webhook, as it requires a body, but the schema already brings back the body's contents