refactor(error_handler): remove debug log

This commit is contained in:
Herculino Trotta
2024-10-09 22:24:45 -03:00
parent 983df8483a
commit 5a2fa2bb2d

View File

@@ -2,7 +2,6 @@
behavior htmx_error_handler
on htmx:responseError or htmx:afterRequest[detail.failed] remove .invisible .visually-hidden .swing-in-top-fwd from
#loading-error then log event
on htmx:afterRequest[detail.successful] add .invisible .visually-hidden .swing-in-top-fwd to #loading-error then
log 'oi'
on htmx:afterRequest[detail.successful] add .invisible .visually-hidden .swing-in-top-fwd to #loading-error
end
</script>