1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13: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 || {}) $: schemaFields = Object.values(schema || {})
const onChange = async (e, key) => { const onChange = async (e, key) => {
console.log(e, key)
try { try {
if (isTestModal) { if (isTestModal) {
// Special case for webhook, as it requires a body, but the schema already brings back the body's contents // Special case for webhook, as it requires a body, but the schema already brings back the body's contents