Removed stray console.log

This commit is contained in:
David Carley
2022-09-13 12:37:19 +00:00
parent c6490fd7b2
commit f8190f9734

View File

@@ -82,7 +82,6 @@
}
const value = coerceValue(event.target.value);
console.log(value);
target[keyParts[keyParts.length - 1]] = value;
return config;