diff options
Diffstat (limited to 'lib/src/runtime.ffi.mjs')
-rw-r--r-- | lib/src/runtime.ffi.mjs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/src/runtime.ffi.mjs b/lib/src/runtime.ffi.mjs index 8986d7f..bab3a57 100644 --- a/lib/src/runtime.ffi.mjs +++ b/lib/src/runtime.ffi.mjs @@ -191,8 +191,6 @@ function morphAttr(el, name, value, dispatch) { const event = name.slice(2).toLowerCase(); const handler = (e) => result_map(value(e), dispatch); - console.log(el.dataset); - if (el.$lustre[`${name}Handler`]) { el.removeEventListener(event, el.$lustre[`${name}Handler`]); } |