diff --git a/src/index.js b/src/index.js index bb2d5cd..25ba35e 100644 --- a/src/index.js +++ b/src/index.js @@ -91,8 +91,6 @@ export function bindClass( ) { const key = name || node.getAttribute('name'); - console.debug({ node, form, name, key }); - const unsubscribe = form.subscribe((context) => { if (!context.fields.hasOwnProperty(key)) { return;