aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2023-09-10 08:59:58 +0100
committerHayleigh Thompson <me@hayleigh.dev>2023-09-10 08:59:58 +0100
commit485d9065fd53983bf60f4741e6b9a3979d1db4c5 (patch)
treef4aeb7a2376fe05b77315134f767d3605b8e2a49
parent65476f8f063fa62378fcfe41cdb7fab3f2e9285d (diff)
downloadlustre-485d9065fd53983bf60f4741e6b9a3979d1db4c5.tar.gz
lustre-485d9065fd53983bf60f4741e6b9a3979d1db4c5.zip
:fire: Remove console logs from runtime.
-rw-r--r--lib/src/runtime.ffi.mjs2
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`]);
}